mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Merge pull request #2407 from brant4test/PR
remove + groups['calico-rr']
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
setup:
|
setup:
|
||||||
delegate_to: "{{item}}"
|
delegate_to: "{{item}}"
|
||||||
delegate_facts: True
|
delegate_facts: True
|
||||||
with_items: "{{ groups['k8s-cluster'] + groups['etcd'] + groups['calico-rr'] }}"
|
with_items: "{{ groups['k8s-cluster'] + groups['etcd'] }}"
|
||||||
|
|
||||||
- hosts: k8s-cluster:etcd:calico-rr
|
- hosts: k8s-cluster:etcd:calico-rr
|
||||||
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
|
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
|
||||||
|
|||||||
@@ -24,4 +24,4 @@ kube-master
|
|||||||
|
|
||||||
|
|
||||||
[k8s-cluster:vars]
|
[k8s-cluster:vars]
|
||||||
${elb_api_fqdn}
|
${elb_api_fqdn}
|
||||||
Reference in New Issue
Block a user