mirror of
				https://github.com/geerlingguy/ansible-role-kubernetes.git
				synced 2025-11-01 01:19:25 +01:00 
			
		
		
		
	
						commit
						ad61d4bdf7
					
				@ -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: ""
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
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 @@
 | 
				
			|||||||
- 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.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user