-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
calico-kube-controllers stuck not ready during rolling update. #10737
Comments
Here are the logs from calico
|
@jetersen Most likely you are hitting projectcalico/calico#3751, which will only be fixed in Calico 3.18. |
@hakman Thanks, for linking my google / github search-fu was not good enough to find the issue. |
No worries, it was well hidden :). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. What
kops
version are you running? The commandkops version
, will displaythis information.
Version 1.18.3 (git-11ec695516)
2. What Kubernetes version are you running?
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.1.18.10, upgrading to 1.18.15.
3. What cloud provider are you using?
AWS
4. What commands did you run? What is the simplest way to reproduce this issue?
kops rolling-update 😅
5. What happened after the commands executed?
Over time I have noticed every time I have done rolling updates all they from 1.18.0, to 1.18.1, 1.18.2 through to 1.18.3. I noticed the calico-kube-controllers gets into a not ready state and the cluster validation will fail. Not sure what the underlying issue is but a simple
kubectl delete pod --namespace kube-system calico-kube-controllers
does the trick.6. What did you expect to happen?
7. Please provide your cluster manifest. Execute
kops get --name my.example.com -o yaml
to display your cluster manifest.You may want to remove your cluster name and other sensitive information.
**8. Please run the commands with most verbose logging by adding the
-v 10
flag.NA
9. Anything else do we need to know?
The text was updated successfully, but these errors were encountered: