Commit d57695bd authored by Marc Bihlmaier's avatar Marc Bihlmaier

fix typo kuberenetes

parent 7808b237
...@@ -50,7 +50,7 @@ Whether to remove the taint that denies pods from being deployed to the Kubernet ...@@ -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).
......
...@@ -19,7 +19,7 @@ kubernetes_kubeadm_init_extra_opts: "" ...@@ -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: ''
......
...@@ -15,7 +15,7 @@ ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment