mirror of
https://github.com/k3s-io/k3s.git
synced 2026-05-28 04:34:19 -04:00
Add service-cluster-ip-range to controller-manager args
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
0a232c72d5
commit
84fb8787f2
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ func controllerManager(ctx context.Context, cfg *config.Control) error {
|
|||
"authentication-kubeconfig": runtime.KubeConfigController,
|
||||
"service-account-private-key-file": runtime.ServiceKey,
|
||||
"allocate-node-cidrs": "true",
|
||||
"service-cluster-ip-range": util.JoinIPNets(cfg.ServiceIPRanges),
|
||||
"cluster-cidr": util.JoinIPNets(cfg.ClusterIPRanges),
|
||||
"root-ca-file": runtime.ServerCA,
|
||||
"profiling": "false",
|
||||
|
|
|
|||
Loading…
Reference in a new issue