-
Notifications
You must be signed in to change notification settings - Fork 278
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
Improve Calico in Windows #5415
Milestone
Comments
manuelbuil
changed the title
Start Calico in Windows only when the node exists
Fix Calico in Windows
Feb 12, 2024
This was referenced Feb 12, 2024
Validated using latest commit id on master branch 095d861Environment DetailsInfrastructure Using cni: calico
Using cni: flannel
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environmental Info:
RKE2 Version:
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
Describe the bug:
Calico was unable to create endpoints correctly because the config had the wrong name. It had "calico" instead of "Calico". As a consequence, pods were never starting.
Apart from this, it is a good practice to follow along what flannel does and check that the node exists in kube-api before starting Calico. This way, we can avoid potential problems.
Steps To Reproduce:
Install RKE2 with this PR Add flannel CNI plugin #5322 and deploy with Calico CNI.
Expected behavior:
Pods start
Actual behavior:
Pods do not start
Additional context / logs:
The text was updated successfully, but these errors were encountered: