You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During calico/node startup, the startup script performs a check for conflicting IP addresses configured across the cluster of nodes.
For large deployments this can take lead to a large number of queries if all nodes are restarting at the same time.
We should either just remove this check completely (it's not strictly required), perform a lazy validation, add a validation function in calicoctl (which you run anywhere once), or only perform this validation when the node IP addresses change.
The text was updated successfully, but these errors were encountered:
During calico/node startup, the startup script performs a check for conflicting IP addresses configured across the cluster of nodes.
For large deployments this can take lead to a large number of queries if all nodes are restarting at the same time.
We should either just remove this check completely (it's not strictly required), perform a lazy validation, add a validation function in calicoctl (which you run anywhere once), or only perform this validation when the node IP addresses change.
The text was updated successfully, but these errors were encountered: