Pin version for kubeadm container images
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3674862ff4
commit
deb524d1f5
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
- name: Retrieve container images list
|
- name: Retrieve container images list
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: "{{ kubeadm.path }}/kubeadm config images list"
|
cmd: "{{ kubeadm.path }}/kubeadm config images list --kubernetes-version {{ components.clusterapi.workload.version.k8s }}"
|
||||||
register: kubeadmimages
|
register: kubeadmimages
|
||||||
|
|
||||||
- name: Store list of container images for reference
|
- name: Store list of container images for reference
|
||||||
|
Loading…
Reference in New Issue
Block a user