Skip to content

Commit

Permalink
adding in params to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Try committed Dec 19, 2017
1 parent cb4b219 commit ef75871
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ The included configuration tool `kube_tools` auto generates all the security par
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:

```puppet
puppet module install puppetlabs-kubernetes --version 0.1.3
puppet module install puppetlabs-kubernetes --version 0.2.0
```

2. Install cfssl. See Cloudflare's [cfssl documentation](https://github.com/cloudflare/cfssl).
2. Install cfssl. See Cloudflare's [cfssl documentation](https://github.com/cloudflare/cfssl).

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

Expand Down Expand Up @@ -75,7 +75,7 @@ The parameters are:

* `OS`: the os kubernetes will run on.
* `VERSION`: the version of kubernetes you want to deploy
* `CONTAINER_RUNTIME`: the container runtime kubernetes will use, this can only be set to `docker` or `cri_containerd`
* `CONTAINER_RUNTIME`: the container runtime kubernetes will use, this can only be set to `docker` or `cri_containerd`
* `FQDN`: the cluster fqdn.
* `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.
* `ETCD_INITIAL_CLUSTER`: the server addresses. When in production, include three, five, or seven nodes for etcd.
Expand Down Expand Up @@ -174,6 +174,12 @@ The version of kube DNS to install.

Defaults to `1.14.2`.

#### `container_runtime`

Choose between docker or cri_containerd

Defaults to docker

#### `controller`

Specifies whether to set the node as a Kubernetes controller.
Expand Down

0 comments on commit ef75871

Please sign in to comment.