Skip to content
Snippets Groups Projects
Commit b0437516 authored by Xiaodu's avatar Xiaodu Committed by Kubernetes Prow Robot
Browse files

Kube-router annotate.yml: Use group 'k8s-cluster' instead of 'all' (#5087) (#5088)

parent da015e02
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,4 @@
with_items:
- "{{ kube_router_annotations_all }}"
delegate_to: "{{ groups['kube-master'][0] }}"
when: kube_router_annotations_all is defined and inventory_hostname in groups['all']
\ No newline at end of file
when: kube_router_annotations_all is defined and inventory_hostname in groups['k8s-cluster']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment