File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ Specifies the runtime that the Kubernetes cluster uses.
169169
170170Valid values are ` cri_containerd ` or ` docker ` .
171171
172- Defaults to ` cri_containerd ` .
172+ Defaults to ` docker ` .
173173
174174#### ` controller `
175175
@@ -182,7 +182,7 @@ Defaults to `false`.
182182#### ` worker `
183183
184184Defaults to ` false ` .
185- =======
185+
186186Specifies whether to set the node as a Kubernetes worker.
187187
188188Valid values are true, false.
Original file line number Diff line number Diff line change 1414 }
1515 default: { notify {" The OS family ${::osfamily} is not supported by this module" :} }
1616}
17- $container_runtime = ' cri_containerd '
17+ $container_runtime = ' docker '
1818$containerd_version = ' 1.1.0'
1919$etcd_version = ' 3.1.12'
2020$kubernetes_fqdn = ' kubernetes'
You can’t perform that action at this time.
0 commit comments