mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
[calico]use ipamconfig instead of calico ipam command (#8839)
* use ipamconfig instead of calico ipam command * fix ansible lint
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
template:
|
||||
src: "{{ item.file }}.j2"
|
||||
dest: "{{ kube_config_dir }}/{{ item.file }}"
|
||||
mode: 0644
|
||||
with_items:
|
||||
- {name: upcloud-csi-cred-secret, file: upcloud-csi-cred-secret.yml}
|
||||
- {name: upcloud-csi-setup, file: upcloud-csi-setup.yml}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
template:
|
||||
src: "upcloud-csi-storage-class.yml.j2"
|
||||
dest: "{{ kube_config_dir }}/upcloud-csi-storage-class.yml"
|
||||
mode: 0644
|
||||
register: manifests
|
||||
when:
|
||||
- inventory_hostname == groups['kube_control_plane'][0]
|
||||
|
||||
Reference in New Issue
Block a user