mirror of https://github.com/easzlab/kubeasz.git
修复 calico 网络 backend 设置为 vxlan none 时,calico 部署失败
parent
3ba59a3374
commit
576eabc086
|
@ -363,7 +363,9 @@ spec:
|
|||
command:
|
||||
- /bin/calico-node
|
||||
- -felix-live
|
||||
{% if CALICO_NETWORKING_BACKEND == "brid" %}
|
||||
- -bird-live
|
||||
{% endif %}
|
||||
periodSeconds: 10
|
||||
initialDelaySeconds: 10
|
||||
failureThreshold: 6
|
||||
|
@ -372,7 +374,9 @@ spec:
|
|||
command:
|
||||
- /bin/calico-node
|
||||
- -felix-ready
|
||||
{% if CALICO_NETWORKING_BACKEND == "brid" %}
|
||||
- -bird-ready
|
||||
{% endif %}
|
||||
periodSeconds: 10
|
||||
volumeMounts:
|
||||
- mountPath: /lib/modules
|
||||
|
|
|
@ -206,8 +206,10 @@ spec:
|
|||
exec:
|
||||
command:
|
||||
- /bin/calico-node
|
||||
- -bird-ready
|
||||
- -felix-ready
|
||||
{% if CALICO_NETWORKING_BACKEND == "brid" %}
|
||||
- -bird-ready
|
||||
{% endif %}
|
||||
periodSeconds: 10
|
||||
volumeMounts:
|
||||
- mountPath: /lib/modules
|
||||
|
|
|
@ -244,8 +244,10 @@ spec:
|
|||
exec:
|
||||
command:
|
||||
- /bin/calico-node
|
||||
- -bird-ready
|
||||
- -felix-ready
|
||||
{% if CALICO_NETWORKING_BACKEND == "brid" %}
|
||||
- -bird-ready
|
||||
{% endif %}
|
||||
periodSeconds: 10
|
||||
volumeMounts:
|
||||
- mountPath: /lib/modules
|
||||
|
|
|
@ -337,7 +337,9 @@ spec:
|
|||
command:
|
||||
- /bin/calico-node
|
||||
- -felix-live
|
||||
{% if CALICO_NETWORKING_BACKEND == "brid" %}
|
||||
- -bird-live
|
||||
{% endif %}
|
||||
periodSeconds: 10
|
||||
initialDelaySeconds: 10
|
||||
failureThreshold: 6
|
||||
|
@ -345,8 +347,10 @@ spec:
|
|||
exec:
|
||||
command:
|
||||
- /bin/calico-node
|
||||
- -bird-ready
|
||||
- -felix-ready
|
||||
{% if CALICO_NETWORKING_BACKEND == "brid" %}
|
||||
- -bird-ready
|
||||
{% endif %}
|
||||
periodSeconds: 10
|
||||
volumeMounts:
|
||||
- mountPath: /lib/modules
|
||||
|
|
Loading…
Reference in New Issue