mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2024-11-18 19:10:39 +01:00
docs: fixed a typo in a template name
This commit is contained in:
parent
c9d6264ad7
commit
d05ab5a7b6
@ -41,7 +41,7 @@ With this role, `kubeadm init` will be run with `--config <FILE>`.
|
|||||||
|
|
||||||
Path for `<FILE>`. If the directory does not exist, this role will create it.
|
Path for `<FILE>`. If the directory does not exist, this role will create it.
|
||||||
|
|
||||||
The following variables are parsed as options to <FILE>. To understand its syntax, see https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/kubelet-integration and https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init/#config-file . The skeleton (`apiVersion`, `kind`) of the config file will be created by this role, so do not define them within the variables. (See `templates/kubeadm-kubelet-config.yaml`).
|
The following variables are parsed as options to <FILE>. To understand its syntax, see https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/kubelet-integration and https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init/#config-file . The skeleton (`apiVersion`, `kind`) of the config file will be created by this role, so do not define them within the variables. (See `templates/kubeadm-kubelet-config.j2`).
|
||||||
|
|
||||||
kubernetes_config_init_configuration:
|
kubernetes_config_init_configuration:
|
||||||
localAPIEndpoint:
|
localAPIEndpoint:
|
||||||
|
Loading…
Reference in New Issue
Block a user