mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #96615 from caseydavenport/casey-route-table-range
Configure Calico's route table range so it does not conflict with GKE CNI
This commit is contained in:
commit
a2206b6891
@ -104,6 +104,8 @@ spec:
|
|||||||
value: "0"
|
value: "0"
|
||||||
- name: FELIX_TYPHAK8SSERVICENAME
|
- name: FELIX_TYPHAK8SSERVICENAME
|
||||||
value: "calico-typha"
|
value: "calico-typha"
|
||||||
|
- name: FELIX_ROUTETABLERANGE
|
||||||
|
value: "10-250"
|
||||||
- name: USE_POD_CIDR
|
- name: USE_POD_CIDR
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: IP
|
- name: IP
|
||||||
|
Loading…
Reference in New Issue
Block a user