mirror of
https://github.com/rancher/rke.git
synced 2025-09-02 07:24:20 +00:00
WIP add extra args to running services
This commit is contained in:
@@ -29,5 +29,6 @@ func buildSchedulerConfig(host hosts.Host, schedulerService v1.SchedulerService)
|
||||
},
|
||||
RestartPolicy: container.RestartPolicy{Name: "always"},
|
||||
}
|
||||
imageCfg.Cmd = append(imageCfg.Cmd, schedulerService.ExtraArgs...)
|
||||
return imageCfg, hostCfg
|
||||
}
|
||||
|
Reference in New Issue
Block a user