Skip to content

Commit

Permalink
Set cluster-cidr on kube-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
superseb authored and Denise committed Jun 29, 2018
1 parent 48faa8b commit f7814a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cluster/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@ func (c *Cluster) BuildKubeProxyProcess(host *hosts.Host, prefixPath string) v3.
}

CommandArgs := map[string]string{
"v": "2",
"cluster-cidr": c.ClusterCIDR,
"v": "2",
"healthz-bind-address": "0.0.0.0",
"hostname-override": host.HostnameOverride,
"kubeconfig": pki.GetConfigPath(pki.KubeProxyCertName),
Expand Down

0 comments on commit f7814a5

Please sign in to comment.