Skip to content

Commit bf01b73

Browse files
committed
Feat: kubeadm images download support v1beta4
Currently there is not much difference between the files, if there are more changes in the future, please use different files to distinguish them (you can use the kubeadm_config_api_version variable) Signed-off-by: ChengHao Yang <[email protected]>
1 parent 1ec6711 commit bf01b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/download/templates/kubeadm-images.yaml.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
apiVersion: kubeadm.k8s.io/v1beta3
1+
apiVersion: kubeadm.k8s.io/{{ kubeadm_config_api_version }}
22
kind: InitConfiguration
33
nodeRegistration:
44
criSocket: {{ cri_socket }}
55
---
6-
apiVersion: kubeadm.k8s.io/v1beta3
6+
apiVersion: kubeadm.k8s.io/{{ kubeadm_config_api_version }}
77
kind: ClusterConfiguration
88
imageRepository: {{ kube_image_repo }}
99
kubernetesVersion: {{ kube_version }}

0 commit comments

Comments
 (0)