mirror of
				https://github.com/geerlingguy/ansible-role-kubernetes.git
				synced 2025-11-01 01:19:25 +01:00 
			
		
		
		
	.
This commit is contained in:
		
							parent
							
								
									bbcce861ea
								
							
						
					
					
						commit
						243d6a46e6
					
				@ -1,9 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
- name: Join control node to Kubernetes control plane.
 | 
			
		||||
  shell: >
 | 
			
		||||
    {{ kubernetes_join_command }}
 | 
			
		||||
    --control-plane --certificate-key
 | 
			
		||||
    {{ kubernetes_certificate }}
 | 
			
		||||
    --ignore-preflight-errors='all'
 | 
			
		||||
    {{ kubernetes_join_command }} --control-plane --certificate-key {{ kubernetes_certificate }} --ignore-preflight-errors='all'
 | 
			
		||||
    creates=/etc/kubernetes/kubelet.conf
 | 
			
		||||
  tags: ["skip_ansible_lint"]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user