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
2. Install cfssl. See Cloudflare's [cfssl documentation](https://github.com/cloudflare/cfssl).
39
+
2. Install cfssl. See Cloudflare's [cfssl documentation](https://github.com/cloudflare/cfssl).
40
40
41
41
3. Change directory into the root of the module, and run the `bundle install` command.
42
42
@@ -75,7 +75,7 @@ The parameters are:
75
75
76
76
*`OS`: the os kubernetes will run on.
77
77
*`VERSION`: the version of kubernetes you want to deploy
78
-
*`CONTAINER_RUNTIME`: the container runtime kubernetes will use, this can only be set to `docker` or `cri_containerd`
78
+
*`CONTAINER_RUNTIME`: the container runtime kubernetes will use, this can only be set to `docker` or `cri_containerd`
79
79
*`FQDN`: the cluster fqdn.
80
80
*`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.
81
81
*`ETCD_INITIAL_CLUSTER`: the server addresses. When in production, include three, five, or seven nodes for etcd.
@@ -174,6 +174,12 @@ The version of kube DNS to install.
174
174
175
175
Defaults to `1.14.2`.
176
176
177
+
#### `container_runtime`
178
+
179
+
Choose between docker or cri_containerd
180
+
181
+
Defaults to docker
182
+
177
183
#### `controller`
178
184
179
185
Specifies whether to set the node as a Kubernetes controller.
0 commit comments