-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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 KDD not working #4727
Comments
I'll explore this problem. |
This also prevents upgrades,since the check for calico version is checking with an etcd backend, which does not provide any cluster version. See: kubespray/roles/network_plugin/calico/tasks/check.yml Lines 18 to 21 in 88d9193
|
@grialeyur any updates on this? |
I have a possible solution by using the calicoctl wrapper script in 2 different versions and actually use it for the version check. This way it is a minimal code change but should have the desired results. I will be testing this shortly to see if it works. |
Not 100% sure if this is related, but I think so.
Is this related? The |
Calico KDD is currently not working as expected.
#4498 Added initial support for kdd and typha.
But when we install the Calico network plugin we alter the configuration using calicoctl. This alters the etcd cluster setup and NOT kdd, as it needs to update the CRD's using kubectl instead.
A task not working is: https://github.com/kubernetes-sigs/kubespray/blob/master/roles/network_plugin/calico/tasks/install.yml#L95
@grialeyur
The text was updated successfully, but these errors were encountered: