mirror of
https://github.com/rancher/rke.git
synced 2025-09-01 23:16:22 +00:00
WIP add extra args to running services
This commit is contained in:
@@ -31,6 +31,6 @@ func buildKubeproxyConfig(host hosts.Host, kubeproxyService v1.KubeproxyService)
|
||||
RestartPolicy: container.RestartPolicy{Name: "always"},
|
||||
Privileged: true,
|
||||
}
|
||||
|
||||
imageCfg.Cmd = append(imageCfg.Cmd, kubeproxyService.ExtraArgs...)
|
||||
return imageCfg, hostCfg
|
||||
}
|
||||
|
Reference in New Issue
Block a user