Skip to content

Commit ac41494

Browse files
committed
Merge branch 'improvement/calico-config' into q/2.0
2 parents 622f8bb + ffc7797 commit ac41494

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

salt/metalk8s/calico/deployed.sls

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ Deploy calico-node (DaemonSet):
7474
value: "k8s,bgp"
7575
- name: IP
7676
value: "autodetect"
77+
- name: IP_AUTODETECTION_METHOD
78+
value: can-reach={{ networks.workload_plane.split('/')[0] }}
7779
- name: CALICO_IPV4POOL_IPIP
78-
value: "Always"
80+
value: "CrossSubnet"
7981
- name: FELIX_IPINIPMTU
8082
valueFrom:
8183
configMapKeyRef:

0 commit comments

Comments
 (0)