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
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
First of all thank you so much for your aweseome work 👍 and your blog post on the website of Cilium!
I'd like to use cni-migration for migrating a k8s-cluster to Cilium as the only CNI (I'd like to avoid CNI-chaining) - as I'm having just Calico as CNI and not Canal (Calico on top of Flannel) as in your scenario.
If I understand it correcly, basically all I have to do is to adapt the resources (multus.yaml) and in particular:
ConfigMapmultus-cni-config to reflect the definition of Calico by changing/adopting cni-conf-flannel.json:
Hi @brandshaide, although that seems sane, I won't be able to give you any guarantees that this will work. Please try this on demo clusters first and be confident it works. Use at your own risk 😄
Hi @brandshaide, although that seems sane, I won't be able to give you any guarantees that this will work. Please try this on demo clusters first and be confident it works. Use at your own risk 😄
Thanks for your answer @JoshVanL - of course I'll try on a sandbox cluster first 😝 I'll let you know...
First of all thank you so much for your aweseome work 👍 and your blog post on the website of Cilium!
I'd like to use
cni-migration
for migrating a k8s-cluster to Cilium as the only CNI (I'd like to avoid CNI-chaining) - as I'm having just Calico as CNI and not Canal (Calico on top of Flannel) as in your scenario.If I understand it correcly, basically all I have to do is to adapt the resources (
multus.yaml
) and in particular:ConfigMap
multus-cni-config
to reflect the definition of Calico by changing/adoptingcni-conf-flannel.json
:As well as change
DaemonSet
forcalico
in theconfig.yaml
But not quite sure if there's more to it.
The text was updated successfully, but these errors were encountered: