We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compute pod
Use kubectl debug to attach a sidecar container to a running compute. The kubelet resets /etc/hosts, essentially dropping the guest-vm entry.
kubectl debug
I expect /etc/hosts to be fully managed by k8s, so it's safe to use kubectl debug. One can use hostAliases to add extra entries to /etc/hosts file.
The neonvm-runner manually adds a guest-vm entry that the kubelet doesn't know about.
Slack: https://neondb.slack.com/archives/C03TN5G758R/p1741256445956649
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
compute pod
Steps to reproduce
Use
kubectl debug
to attach a sidecar container to a running compute. The kubelet resets /etc/hosts, essentially dropping the guest-vm entry.Expected result
I expect /etc/hosts to be fully managed by k8s, so it's safe to use kubectl debug. One can use hostAliases to add extra entries to /etc/hosts file.
Actual result
The neonvm-runner manually adds a guest-vm entry that the kubelet doesn't know about.
Slack: https://neondb.slack.com/archives/C03TN5G758R/p1741256445956649
The text was updated successfully, but these errors were encountered: