Skip to content

Commit

Permalink
Add missing kubeproxy extra env and mounts (#1626)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Kim <oats87g@gmail.com>
  • Loading branch information
Oats87 committed Aug 13, 2021
1 parent ddec2fe commit 3953092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/rke2/rke2_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func initExecutor(clx *cli.Context, cfg Config, dataDir string, disableETCD bool
KubeAPIServer: cfg.ExtraEnv.KubeAPIServer.Value(),
KubeScheduler: cfg.ExtraEnv.KubeScheduler.Value(),
KubeControllerManager: cfg.ExtraEnv.KubeControllerManager.Value(),
KubeProxy: cfg.ExtraEnv.KubeProxy.Value(),
Etcd: cfg.ExtraEnv.Etcd.Value(),
CloudControllerManager: cfg.ExtraEnv.CloudControllerManager.Value(),
}
Expand All @@ -153,6 +154,7 @@ func initExecutor(clx *cli.Context, cfg Config, dataDir string, disableETCD bool
KubeAPIServer: cfg.ExtraMounts.KubeAPIServer.Value(),
KubeScheduler: cfg.ExtraMounts.KubeScheduler.Value(),
KubeControllerManager: cfg.ExtraMounts.KubeControllerManager.Value(),
KubeProxy: cfg.ExtraMounts.KubeProxy.Value(),
Etcd: cfg.ExtraMounts.Etcd.Value(),
CloudControllerManager: cfg.ExtraMounts.CloudControllerManager.Value(),
}
Expand Down

0 comments on commit 3953092

Please sign in to comment.