mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2024-11-18 19:10:39 +01:00
fix typo kuberenetes
This commit is contained in:
parent
7808b23758
commit
d57695bd41
@ -50,7 +50,7 @@ Whether to remove the taint that denies pods from being deployed to the Kubernet
|
||||
|
||||
Whether to enable the Kubernetes web dashboard UI (only accessible on the master itself, or proxied).
|
||||
|
||||
kuberenetes_debug: false
|
||||
kubernetes_debug: false
|
||||
|
||||
Whether to show extra debug info in Ansible's logs (e.g. the output of the `kubeadm init` command).
|
||||
|
||||
|
@ -19,7 +19,7 @@ kubernetes_kubeadm_init_extra_opts: ""
|
||||
|
||||
kubernetes_allow_pods_on_master: true
|
||||
kubernetes_enable_web_ui: true
|
||||
kuberenetes_debug: false
|
||||
kubernetes_debug: false
|
||||
|
||||
kubernetes_pod_network_cidr: '10.244.0.0/16'
|
||||
kubernetes_apiserver_advertise_address: ''
|
||||
|
@ -15,7 +15,7 @@
|
||||
- name: Print the init output to screen.
|
||||
debug: var=kubeadmin_init.stdout
|
||||
when:
|
||||
- kuberenetes_debug
|
||||
- kubernetes_debug
|
||||
- kubernetes_init_stat.stat.exists == false
|
||||
|
||||
- name: Ensure .kube directory exists.
|
||||
|
Loading…
Reference in New Issue
Block a user