https://rancher.com/ logo
Title
m

microscopic-diamond-94749

11/07/2022, 11:49 AM
Hi, I currently have a cluster in rancher with
rancher_kubernetes_engine_config: 
  network
    mtu: 0
    options:
      flannel_backend_type: vxlan
    plugin: flannel
when I change it to:
rancher_kubernetes_engine_config:
  network:
    plugin: none
will it remove the network plugin? I want to install Calico manually and wondering if that would work.
no one? 🥲
g

great-jewelry-76121

11/25/2022, 11:52 AM
I don't think you'll be able to update an existing cluster. But this method ought to work for a new cluster.
m

microscopic-diamond-94749

11/26/2022, 2:15 PM
yes, I know that documentation and was wondering if setting the plugin to
none
would remove the plugin or do nothing. I guess I'll have to create a cluster and try it out.