mirror of
https://github.com/rancher/rke.git
synced 2025-09-13 05:34:11 +00:00
WIP add extra args to running services
This commit is contained in:
@@ -67,5 +67,6 @@ func buildKubeletConfig(host hosts.Host, kubeletService v1.KubeletService, isMas
|
||||
},
|
||||
},
|
||||
}
|
||||
imageCfg.Cmd = append(imageCfg.Cmd, kubeletService.ExtraArgs...)
|
||||
return imageCfg, hostCfg
|
||||
}
|
||||
|
Reference in New Issue
Block a user