Commit 15100b50 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Add service-cluster-ip-range to controller-manager args

Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com> (cherry picked from commit 84fb8787) Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent 89f4bce6
...@@ -107,6 +107,7 @@ func controllerManager(ctx context.Context, cfg *config.Control) error { ...@@ -107,6 +107,7 @@ func controllerManager(ctx context.Context, cfg *config.Control) error {
"authentication-kubeconfig": runtime.KubeConfigController, "authentication-kubeconfig": runtime.KubeConfigController,
"service-account-private-key-file": runtime.ServiceKey, "service-account-private-key-file": runtime.ServiceKey,
"allocate-node-cidrs": "true", "allocate-node-cidrs": "true",
"service-cluster-ip-range": util.JoinIPNets(cfg.ServiceIPRanges),
"cluster-cidr": util.JoinIPNets(cfg.ClusterIPRanges), "cluster-cidr": util.JoinIPNets(cfg.ClusterIPRanges),
"root-ca-file": runtime.ServerCA, "root-ca-file": runtime.ServerCA,
"profiling": "false", "profiling": "false",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment