mirror of https://github.com/kubernetes/kops.git
parent
df9efe6591
commit
be4284bc24
|
@ -0,0 +1,5 @@
|
|||
Kubelet:
|
||||
# The --configure-cbr0 option was deprecated in v1.4 and removed in v1.5.
|
||||
# Only use it when "classic" is allowed (which, by cluster validation,
|
||||
# is only allowed for clusters <v1.4).
|
||||
ConfigureCBR0: true
|
|
@ -5,7 +5,6 @@ Kubelet:
|
|||
LogLevel: 2
|
||||
ClusterDNS: {{ WellKnownServiceIP 10 }}
|
||||
ClusterDomain: {{ .ClusterDNSDomain }}
|
||||
ConfigureCBR0: true
|
||||
BabysitDaemons: true
|
||||
APIServers: https://{{ .MasterInternalName }}
|
||||
NonMasqueradeCIDR: {{ .NonMasqueradeCIDR }}
|
||||
|
|
Loading…
Reference in New Issue