mirror of
				https://github.com/geerlingguy/ansible-role-kubernetes.git
				synced 2025-11-01 01:19:25 +01:00 
			
		
		
		
	install weave network
This commit is contained in:
		
							parent
							
								
									b91e92b0b7
								
							
						
					
					
						commit
						c49661ba06
					
				@ -62,7 +62,10 @@ Whether to enable the Kubernetes web dashboard UI (only accessible on the master
 | 
			
		||||
      # Calico CNI.
 | 
			
		||||
      # cni: 'calico'
 | 
			
		||||
      # cidr: '192.168.0.0/16'
 | 
			
		||||
 | 
			
		||||
      # Weave CNI.
 | 
			
		||||
      # cni: 'weave'
 | 
			
		||||
      # cidr: '192.168.0.0/16'
 | 
			
		||||
      
 | 
			
		||||
This role currently supports `flannel` (default) or `calico` for cluster pod networking. Choose one or the other for your cluster; converting between the two is not done automatically and could result in broken networking, and should be done outside of this role.
 | 
			
		||||
 | 
			
		||||
    kubernetes_apiserver_advertise_address: ''
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user