|
|
@ -100,6 +100,7 @@ func run(app *cli.Context, cfg *cmds.Server) error {
|
|
|
|
serverConfig.ControlConfig.DataDir = cfg.DataDir
|
|
|
|
serverConfig.ControlConfig.DataDir = cfg.DataDir
|
|
|
|
serverConfig.ControlConfig.KubeConfigOutput = cfg.KubeConfigOutput
|
|
|
|
serverConfig.ControlConfig.KubeConfigOutput = cfg.KubeConfigOutput
|
|
|
|
serverConfig.ControlConfig.KubeConfigMode = cfg.KubeConfigMode
|
|
|
|
serverConfig.ControlConfig.KubeConfigMode = cfg.KubeConfigMode
|
|
|
|
|
|
|
|
serverConfig.ControlConfig.NoScheduler = cfg.DisableScheduler
|
|
|
|
serverConfig.Rootless = cfg.Rootless
|
|
|
|
serverConfig.Rootless = cfg.Rootless
|
|
|
|
serverConfig.TLSConfig.HTTPSPort = cfg.HTTPSPort
|
|
|
|
serverConfig.TLSConfig.HTTPSPort = cfg.HTTPSPort
|
|
|
|
serverConfig.TLSConfig.HTTPPort = cfg.HTTPPort
|
|
|
|
serverConfig.TLSConfig.HTTPPort = cfg.HTTPPort
|
|
|
|