add node ignore this

This commit is contained in:
tanshanshan 2017-08-07 17:06:14 +08:00
parent 6eacedc443
commit 4561063592
2 changed files with 2 additions and 4 deletions

View file

@ -29,8 +29,7 @@
{{ bin_dir }}/etcdctl --peers={{ etcd_access_addresses }} \
set /{{ cluster_name }}/network/config \
'{ "Network": "{{ kube_pods_subnet }}", "SubnetLen": {{ kube_network_node_prefix }}, "Backend": { "Type": "{{ flannel_backend_type }}" } }'
delegate_to: "{{groups['etcd'][0]}}"
run_once: true
when: inventory_hostname == groups['etcd'][0]
- name: Canal | Write canal configmap
template:

View file

@ -4,8 +4,7 @@
{{ bin_dir }}/etcdctl --peers={{ etcd_access_addresses }} \
set /{{ cluster_name }}/network/config \
'{ "Network": "{{ kube_pods_subnet }}", "SubnetLen": {{ kube_network_node_prefix }}, "Backend": { "Type": "{{ flannel_backend_type }}" } }'
delegate_to: "{{groups['etcd'][0]}}"
run_once: true
when: inventory_hostname == groups['etcd'][0]
- name: Flannel | Create flannel certs directory
file: