Skip to content

Commit

Permalink
Kube-router annotate.yml: Use group 'k8s-cluster' instead of 'all' (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dujiulun authored and k8s-ci-robot committed Aug 19, 2019
1 parent da015e0 commit b043751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/network_plugin/kube-router/tasks/annotate.yml
Expand Up @@ -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']
when: kube_router_annotations_all is defined and inventory_hostname in groups['k8s-cluster']

0 comments on commit b043751

Please sign in to comment.