[kilo] rename joinCIDR to transitCIDR
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
parent
0880bb107e
commit
bb72dd885c
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ spec:
|
|||
{{- with .Values.kilo.serviceCIDR }}
|
||||
- --service-cidr={{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.kilo.joinCIDR }}
|
||||
{{- with .Values.kilo.transitCIDR }}
|
||||
- --subnet={{ . }}
|
||||
{{- end }}
|
||||
- --internal-cidr=$(NODE_IP)/32
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ kilo:
|
|||
repository: 999669/kilo
|
||||
podCIDR: 10.244.0.0/16
|
||||
serviceCIDR: 10.96.0.0/16
|
||||
joinCIDR: 100.64.0.0/16
|
||||
transitCIDR: 100.66.0.0/16
|
||||
meshGranularity: location
|
||||
cleanUpInterface: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue