-
Notifications
You must be signed in to change notification settings - Fork 35
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
Some kube-system services stuck in Pending state #6
Comments
Commenting out the cilium taint from Maybe it's not needed since Dataplane v2 comes with Cilium, or maybe GCP changed the taint key, but I couldn't find much documentation on this other than https://docs.cilium.io/en/stable/installation/taints/ which recommends |
Oh yes. My bad, in my recent additions of the GKE DPV2 Observability tools, I added those settings to the sample terraform.tfvars file and for got I had a taint in there. |
I pushed the updates in v0.14.1. Thanks for letting me know! (also updated the proxy subnet purpose setting to reflect the new name) |
Thanks @Neutrollized! 👍🏽 |
Any idea why kube-dns, hubble, and others would be stuck in Pending state?
kubectl -n kube-system get pods
gives:kubectl -n kube-system describe pod
forhubble-generate-certs-init-64mnp
andhubble-relay-677f85b964-v2cxd
andkube-dns
pods returns:kubectl exec -it -n kube-system deployment/hubble-relay -c hubble-cli -- hubble
gives:My config vars are:
Strange because
kubectl get nodes
is:So it seems like the nodes are up and running in my zonal cluster.
The text was updated successfully, but these errors were encountered: