fix typo kuberenetes

This commit is contained in:
Marc Bihlmaier 2018-10-04 19:22:02 +02:00
parent 7808b23758
commit d57695bd41
3 changed files with 3 additions and 3 deletions

View File

@ -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). 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). Whether to show extra debug info in Ansible's logs (e.g. the output of the `kubeadm init` command).

View File

@ -19,7 +19,7 @@ kubernetes_kubeadm_init_extra_opts: ""
kubernetes_allow_pods_on_master: true kubernetes_allow_pods_on_master: true
kubernetes_enable_web_ui: true kubernetes_enable_web_ui: true
kuberenetes_debug: false kubernetes_debug: false
kubernetes_pod_network_cidr: '10.244.0.0/16' kubernetes_pod_network_cidr: '10.244.0.0/16'
kubernetes_apiserver_advertise_address: '' kubernetes_apiserver_advertise_address: ''

View File

@ -15,7 +15,7 @@
- name: Print the init output to screen. - name: Print the init output to screen.
debug: var=kubeadmin_init.stdout debug: var=kubeadmin_init.stdout
when: when:
- kuberenetes_debug - kubernetes_debug
- kubernetes_init_stat.stat.exists == false - kubernetes_init_stat.stat.exists == false
- name: Ensure .kube directory exists. - name: Ensure .kube directory exists.