Skip to content

Commit ef75871

Browse files
author
Dave Try
committed
adding in params to README
1 parent cb4b219 commit ef75871

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ The included configuration tool `kube_tools` auto generates all the security par
3333
1. cfssl is a requirement, so we recommend you install the module on a local machine and not a Puppet server by running this command:
3434

3535
```puppet
36-
puppet module install puppetlabs-kubernetes --version 0.1.3
36+
puppet module install puppetlabs-kubernetes --version 0.2.0
3737
```
3838

39-
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).
4040

4141
3. Change directory into the root of the module, and run the `bundle install` command.
4242

@@ -75,7 +75,7 @@ The parameters are:
7575

7676
* `OS`: the os kubernetes will run on.
7777
* `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`
7979
* `FQDN`: the cluster fqdn.
8080
* `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.
8181
* `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.
174174

175175
Defaults to `1.14.2`.
176176

177+
#### `container_runtime`
178+
179+
Choose between docker or cri_containerd
180+
181+
Defaults to docker
182+
177183
#### `controller`
178184

179185
Specifies whether to set the node as a Kubernetes controller.

0 commit comments

Comments
 (0)