mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Don't write ccm.yaml if --disable-cloud-controller is set
This commit is contained in:
parent
39c3854648
commit
341895c322
@ -171,6 +171,11 @@ func run(app *cli.Context, cfg *cmds.Server) error {
|
||||
serverConfig.DisableServiceLB = true
|
||||
}
|
||||
|
||||
if serverConfig.ControlConfig.DisableCCM {
|
||||
serverConfig.ControlConfig.Skips["ccm"] = true
|
||||
serverConfig.ControlConfig.Disables["ccm"] = true
|
||||
}
|
||||
|
||||
logrus.Info("Starting k3s ", app.App.Version)
|
||||
notifySocket := os.Getenv("NOTIFY_SOCKET")
|
||||
os.Unsetenv("NOTIFY_SOCKET")
|
||||
|
Loading…
Reference in New Issue
Block a user