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
+2-1
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,15 @@ If you do not already have Docker installed on your workstation, install it [her
41
41
The kubetool docker image takes each of the parameters as environment variables. When run as follows it will output a `kubernetes.yaml` file in your current working directory:
*`VERSION`: the version of kubernetes you want to deploy
51
51
*`CONTAINER_RUNTIME`: the container runtime kubernetes will use, this can only be set to `docker` or `cri_containerd`
52
+
*`CNI_PROVIDER` : This is the CNI network to install. This can be set to `weave` or `flannel`
52
53
*`FQDN`: the cluster fqdn.
53
54
*`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.
54
55
*`ETCD_INITIAL_CLUSTER`: the server addresses. When in production, include three, five, or seven nodes for etcd.
0 commit comments