Skip to content
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

Seed reconciliation might break calico networking #762

Open
databus23 opened this issue Feb 28, 2023 · 0 comments
Open

Seed reconciliation might break calico networking #762

databus23 opened this issue Feb 28, 2023 · 0 comments
Assignees

Comments

@databus23
Copy link
Member

We used to support switching from our kubenet/flannel based networking to something that supports network policies like callco.

We use this in the webshell clusters and there is a small number of customer who also went down that path.

With seed reconciliation there might be a conflict:

In order to switch to calico networking the flannel ds in kube-system needs to be removed and a calico-node daemonset needs to be deployed.
But the reconciliation will bring back the flannel daemonset and then we have two conflicting cni implmentations messing up the nodes cni config.

We need to come up with a way how we can continue to have modifications to the cni config that is deployed to nodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants