add flag to kubelet to ignore the cidr passed down by the apiserver on the master
This commit is contained in:
@@ -322,6 +322,7 @@ func (ks *KubeletExecutorServer) createAndInitKubelet(
|
||||
gcPolicy,
|
||||
pc.SeenAllSources,
|
||||
kc.RegisterNode,
|
||||
kc.RegisterSchedulable,
|
||||
kc.StandaloneMode,
|
||||
kc.ClusterDomain,
|
||||
net.IP(kc.ClusterDNS),
|
||||
@@ -348,6 +349,7 @@ func (ks *KubeletExecutorServer) createAndInitKubelet(
|
||||
kc.SystemContainer,
|
||||
kc.ConfigureCBR0,
|
||||
kc.PodCIDR,
|
||||
kc.ReconcileCIDR,
|
||||
kc.MaxPods,
|
||||
kc.DockerExecHandler,
|
||||
kc.ResolverConfig,
|
||||
|
||||
Reference in New Issue
Block a user