mirror of https://github.com/kubernetes/kops.git
Update typha_service_name comment for Canal
This commit is contained in:
parent
79a65f116a
commit
6b09f8de1e
|
|
@ -9,7 +9,7 @@ metadata:
|
||||||
name: canal-config
|
name: canal-config
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
data:
|
data:
|
||||||
# Typha is disabled.
|
# You must set a non-zero value for Typha replicas below.
|
||||||
typha_service_name: "{{ if .Networking.Canal.TyphaReplicas }}calico-typha{{ else }}none{{ end }}"
|
typha_service_name: "{{ if .Networking.Canal.TyphaReplicas }}calico-typha{{ else }}none{{ end }}"
|
||||||
|
|
||||||
# The interface used by canal for host <-> host communication.
|
# The interface used by canal for host <-> host communication.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue