Skip to content

Install Kube-OVN From Calico

If a Kubernetes cluster already has Calico installed and needs to change to Kube-OVN you can refer to this document.

Since the installation of Calico may vary from version to version and the existing Pod network may be disrupted during the replacement process, it is recommended that you plan ahead and compare the differences in Calico installation from version to version.

Uninstall Calico

For Calico installed from an Operator:

kubectl delete -f https://projectcalico.docs.tigera.io/manifests/tigera-operator.yaml
kubectl delete -f https://projectcalico.docs.tigera.io/manifests/custom-resources.yaml

For Calico installed from manifests:

kubectl delete -f https://projectcalico.docs.tigera.io/manifests/calico.yaml 

Cleanup Config Files

Delete the CNI-related configuration files on each machine, depending on the environment:

rm -f /etc/cni/net.d/10-calico.conflist
rm -f /etc/cni/net.d/calico-kubeconfig

Calico still leaves routing rules, iptables rules, veth network interfaces and other configuration information on the node, so it is recommended to reboot the node to clean up the relevant configuration to avoid problems that are difficult to troubleshoot.

Install Kube-OVN

You can refer to One Click Installation to install Kube-OVN as usual.

微信群 Slack Twitter Support


Last update: July 15, 2022
Created: June 30, 2022

Comments

Back to top