Skip to content

Commit

Permalink
document manage_kernel_modules and manage_sysctl_settings, remove doc…
Browse files Browse the repository at this point in the history
…umentation of kubernetes::params class, which was removed (#205)
  • Loading branch information
SimonHoenscheid authored and davejrt committed Nov 20, 2018
1 parent c410e7c commit 1b979f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ pdk test unit --puppet-version='5.3.6'
#### Public classes

* kubernetes
* kubernetes::params

#### Private classes

Expand Down Expand Up @@ -258,6 +257,22 @@ Valid values are `true`, `false`.

Defaults to `true`.

#### `manage_kernel_modules`

Specifies whether to manage the kernel modules needed for kubernetes

Valid values are `true`, `false`.

Defaults to `true`

#### `manage_sysctl_settings`

Specifies whether to manage the the sysctl settings needed for kubernetes

Valid values are `true`, `false`.

Defaults to `true`

#### `discovery_token_hash`

The string used to validate to the root CA public key when joining a cluster. This value is created by `kubetool`.
Expand Down
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
# [*manage_sysctl_settings*]
# A flag to manage required sysctl settings.
# Defaults to true
#
# Authors
# -------
#
Expand Down

0 comments on commit 1b979f1

Please sign in to comment.