Skip to content
Snippets Groups Projects
Commit 563be707 authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

disable bgp for master

parent a03f3739
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ After=docker.service etcd2.service
EnvironmentFile=/etc/network-environment
User=root
PermissionsStartOnly=true
{% if peer_with_router|default(false) %}
{% if inventory_hostname in groups['kube-node'] and peer_with_router|default(false)%}
ExecStart={{ bin_dir }}/calicoctl node --kubernetes --ip=${DEFAULT_IPV4} --as={{ local_as }} --detach=false
{% else %}
ExecStart={{ bin_dir }}/calicoctl node --kubernetes --ip=${DEFAULT_IPV4} --detach=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment