mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
da015e0249
commit
b0437516c1
@@ -18,4 +18,4 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- "{{ kube_router_annotations_all }}"
|
- "{{ kube_router_annotations_all }}"
|
||||||
delegate_to: "{{ groups['kube-master'][0] }}"
|
delegate_to: "{{ groups['kube-master'][0] }}"
|
||||||
when: kube_router_annotations_all is defined and inventory_hostname in groups['all']
|
when: kube_router_annotations_all is defined and inventory_hostname in groups['k8s-cluster']
|
||||||
|
|||||||
Reference in New Issue
Block a user