Skip to content

Commit ba79833

Browse files
authored
Merge pull request #1523 from wanyaoqi/fix/calico-config-remove-device-route-source-address-on-ipv4
fix: calico config remote FELIX_DEVICEROUTESOURCEADDRESS on ipv4
2 parents 7417126 + 8e9405e commit ba79833

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

onecloud/roles/primary-master-node/setup_k3s/templates/calico.yaml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5153,8 +5153,6 @@ spec:
51535153
value: "false"
51545154
- name: FELIX_ROUTEREFRESHINTERVAL
51555155
value: "90s"
5156-
- name: FELIX_DEVICEROUTESOURCEADDRESS
5157-
value: "{{ node_ip_v4 if node_ip_v4 is defined else node_ip }}"
51585156
{% endif %}
51595157
- name: FELIX_HEALTHENABLED
51605158
value: "true"

0 commit comments

Comments
 (0)