Replies: 1 comment 1 reply
-
@mcantinqc that sounds like unexpected behavior to me - Calico is meant to perform a rolling update without any outages. Could you explain more specifically what happened when you upgraded, and what the symptoms of the outage were? Do you have any log files from the occurrence?
This shouldn't happen - Calico is capable of flushing and reinstalling its new ruleset even after upgrade. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
We recently upgraded Calico from 3.28 to 3.29 on an EKS cluster (running in iptables mode), and we encountered a significant issue: the upgrade completed successfully, but we still experienced downtime. The only way to restore connectivity was to recreate the node groups.
From our understanding, Calico updates itself independently of the node groups, meaning the existing nodes might retain outdated iptables rules that are incompatible with the new version. This forces a node recreation, which leads to unavoidable downtime.
Has anyone found a way to:
Our installation is very basic:
Any insights or best practices would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions