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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The parameters are:
60
60
*`OS`: the os kubernetes will run on.
61
61
*`VERSION`: the version of kubernetes you want to deploy
62
62
*`CONTAINER_RUNTIME`: the container runtime kubernetes will use, this can only be set to `docker` or `cri_containerd`
63
-
*`CNI_PROVIDER` : This is the CNI network to install. This can be set to `weave`or `flannel`
63
+
*`CNI_PROVIDER` : This is the CNI network to install. This can be set to `weave`, `flannel`or `calico`.
64
64
*`FQDN`: the cluster api fqdn. Should resolve to `IP`.
65
65
*`IP`: the cluster api IP. When in production, should be load balanced between the controllers.
66
66
*`BOOTSTRAP_CONTROLLER_IP`: the ip address of the controller puppet will use to create things like cluster role bindings, kube dns, and the Kubernetes dashboard.
0 commit comments