-
Notifications
You must be signed in to change notification settings - Fork 955
Kubectl on MacOS Montery 12.6 causing networking crash, requires restart #1299
New issue
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
Comments
@awbacker: This issue is currently awaiting triage. SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@awbacker you mentioned |
The specific comment is helm/helm#11306 (comment). I've updated the issue with a link to the comment directly, and a copy of the text posted by that user. I can see how my "that fixed it" would be pretty easy to miss. |
This appears to be an upstream Go issue. Let's follow it there. /close |
@eddiezane: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Uh oh!
There was an error while loading. Please reload this page.
When I execute
kubectl version
on my recently upgraded OSX 12.6 Macbook Pro (Intel), the network stack appears to crash. This requires a restart.This appears to be related to IPv6 in some way:
192.168.1.254
andfe80::c6e5:32ff:...
8.8.4.4
or another IPv4 fixes the issuePerhaps
kubectl
is triggering some MacOS network stack bug?What happened:
kubectl version
can't be exited with ctrl+ckill -9
on thekubectl
process results in(kubectl)
inps aux
output, it never leavesWhat you expected to happen:
Expected it would show the version.
Environment:
kubectl
clients v1.21, v1.24, v1.25I found a comment in an issue in
helm
(helm/helm#11306 (comment)) which solved this for me: Change to IPv4 only in DNS.The text was updated successfully, but these errors were encountered: