Replace flannel with calico
[icn.git] / deploy / cluster / values.yaml
index 5684fb1..a24b4ba 100644 (file)
@@ -86,9 +86,8 @@ containerRuntime: containerd
 # podCidr is the POD CIDR.
 podCidr: 10.244.64.0/18
 
-# cni is the cluster CNI.  The only currently supported CNI is
-# flannel.
-cni: flannel
+# cni is the cluster CNI.  Supported CNIs include calico and flannel.
+cni: calico
 
 # All the version info is captured in one block here.  Care must
 # be taken to ensure that the OS, Kubernetes, and CRI (containerd