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
This module includes a configuration tool called `kubetool` to auto generate
32
-
all the security parameters, the bootstrap token, and other configurations for
33
-
your Kubernetes cluster into a Hiera file. The tool is available as a Docker
43
+
This module includes a configuration tool called
44
+
[kubetool](tooling/kube_tool.rb) to auto generate all the security
45
+
parameters, the bootstrap token, and other configurations for your Kubernetes
46
+
cluster into a Hiera file. The tool is available as a Docker
34
47
image to simplify installation and use.
35
48
36
-
37
49
#### Generate the module's configuration
38
50
39
51
If you do not already have Docker installed on your workstation, install it [here](https://www.docker.com/community-edition)
@@ -64,9 +76,9 @@ values are re-generated, including the certificates and tokens.
64
76
65
77
#### 2. Add the `kubernetes.yaml` file to Hiera
66
78
67
-
The resuling`kubernetes.yaml` file should be added to your [control repo](https://puppet.com/docs/pe/2017.3/code_management/control_repo.html) where you keep your [Hiera](https://docs.puppet.com/hiera/) data, usually the `data` directory. Each cluster can be given its own configuration by leveraging location facts such as the [pp_datacenter](https://puppet.com/docs/puppet/5.0/ssl_attributes_extensions.html#puppet-specific-registered-ids)[trusted fact](https://puppet.com/docs/puppet/5.0/lang_facts_and_builtin_vars.html#trusted-facts).
79
+
The resulting`kubernetes.yaml` file should be added to your [control repo](https://puppet.com/docs/pe/2017.3/code_management/control_repo.html) where you keep your [Hiera](https://docs.puppet.com/hiera/) data, usually the `data` directory. Each cluster can be given its own configuration by leveraging location facts such as the [pp_datacenter](https://puppet.com/docs/puppet/5.0/ssl_attributes_extensions.html#puppet-specific-registered-ids)[trusted fact](https://puppet.com/docs/puppet/5.0/lang_facts_and_builtin_vars.html#trusted-facts).
68
80
69
-
### Begininning with kubernetes
81
+
### Begininning with Kubernetes
70
82
71
83
After your `kubernetes.yaml` file has been added to the Hiera directory on your Puppet server, configure your node with one of the following parameters:
0 commit comments