I wonder if there is a best practice/way how to change the network plugin of a running k8s cluster installed by kubespray.
Concrete scenario: in beginning i installed with flannel
, now i realized i need need to move to canal
.
Tried to find out if kubespray provides an option to remove only network plugin, but doesn't seem so.
Any suggestions, hints?