kubectl timeout causing goroutine errors and system freezes #1266
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What happened:
Timeout while connecting to cluster causing weird chain reaction of go errors in kubectl, finally resulting in the whole system kinda freezing up and all network activity halting (no network I/O anymore).
--> Apps won't start (freeze on startup)
--> System Preferences unresponsive and empty in case of the Network preferences
Only a reboot will fix the issues until you try to reach the not reachable cluster via kubectl again.
Log output from running kubectl with -v=9
What you expected to happen:
Timeout error message and system staying responsive and working.
How to reproduce it (as minimally and precisely as possible):
Probably have an unreachable cluster and try any command against it with the same specs I'm running.
Anything else we need to know?:
I mainly encounter the issue, when I'm using macOS' integrated tethering option. For some reason the cluster becomes unreachable and afterwards, when running any
kubectl
command towards the cluster the system becomes completely unresponsive.Environment:
Kubernetes client and server versions (use
kubectl version
):Output when the connection isn't working
Output when the connection is working
Cloud provider or hardware configuration:
Linode Kubernetes Engine (LKE)
OS (e.g:
cat /etc/os-release
):macOS Monterey 12.5 running on a M1 Max
The text was updated successfully, but these errors were encountered: