mirror of
				https://github.com/geerlingguy/ansible-role-kubernetes.git
				synced 2025-10-24 11:16:22 +02:00 
			
		
		
		
	Fix kubelet and kubeadm configs.
This commit is contained in:
		
							parent
							
								
									3949ed1e6d
								
							
						
					
					
						commit
						1881f6161a
					
				
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -43,7 +43,7 @@ jobs: | ||||
|         include: | ||||
|           - distro: rockylinux8 | ||||
|             playbook: converge.yml | ||||
|           - distro: ubuntu2204 | ||||
|           - distro: ubuntu2004 | ||||
|             playbook: converge.yml | ||||
|           - distro: debian11 | ||||
|             playbook: converge.yml | ||||
|  | ||||
| @ -1,10 +1,10 @@ | ||||
| --- | ||||
| apiVersion: kubeadm.k8s.io/v1beta2 | ||||
| apiVersion: kubeadm.k8s.io/v1beta3 | ||||
| kind: InitConfiguration | ||||
| {{ kubernetes_config_init_configuration | to_nice_yaml }} | ||||
| --- | ||||
| apiVersion: kubeadm.k8s.io/v1beta3 | ||||
| kind: ClusterConfiguration | ||||
| apiVersion: kubeadm.k8s.io/v1beta2 | ||||
| {{ kubernetes_config_cluster_configuration | to_nice_yaml }} | ||||
| {% if kubernetes_config_kubelet_configuration|length > 0 %} | ||||
| --- | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user