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:
Mahendra Reddy
2025-10-09 13:01:00 +05:30
committed by GitHub
parent 6d6633a905
commit e39e005306

View File

@@ -208,3 +208,4 @@
- inventory_hostname not in groups['kube_control_plane']
- kube_network_plugin in ["calico", "flannel", "cilium"] or cilium_deploy_additionally
- kube_network_plugin != "calico" or calico_datastore == "etcd"
- kube_network_plugin != "cilium" or cilium_identity_allocation_mode != 'crd'