mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
bugfix: skip etcd cert extraction if cilium identity uses crd (#12565)
* bugfix: skip etcd cert extraction if cilium identity uses crd * remove new line end of the file
This commit is contained in:
@@ -208,3 +208,4 @@
|
|||||||
- inventory_hostname not in groups['kube_control_plane']
|
- inventory_hostname not in groups['kube_control_plane']
|
||||||
- kube_network_plugin in ["calico", "flannel", "cilium"] or cilium_deploy_additionally
|
- kube_network_plugin in ["calico", "flannel", "cilium"] or cilium_deploy_additionally
|
||||||
- kube_network_plugin != "calico" or calico_datastore == "etcd"
|
- kube_network_plugin != "calico" or calico_datastore == "etcd"
|
||||||
|
- kube_network_plugin != "cilium" or cilium_identity_allocation_mode != 'crd'
|
||||||
|
|||||||
Reference in New Issue
Block a user