mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00: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
@ -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 New Issue
Block a user