Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 29859fb

Browse files
committed
Only pass --bird-live is not using vxlan
1 parent 593a457 commit 29859fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builtin/files/userdata/cloud-config-controller

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,7 +2181,9 @@ write_files:
21812181
command:
21822182
- /bin/calico-node
21832183
- -felix-live
2184+
{{- if not .Kubernetes.Networking.SelfHosting.CalicoConfig.VxlanMode }}
21842185
- -bird-live
2186+
{{- end }}
21852187
periodSeconds: 10
21862188
initialDelaySeconds: 10
21872189
failureThreshold: 6

0 commit comments

Comments
 (0)