mirror of
https://github.com/rancher/rke.git
synced 2025-09-13 13:40:22 +00:00
Merge pull request #89 from superseb/gofmtrestartpolicy
fix go fmt after removing RestartPolicy
This commit is contained in:
@@ -75,7 +75,7 @@ func doRunDeployer(host *hosts.Host, containerEnv []string) error {
|
||||
Binds: []string{
|
||||
"/etc/kubernetes:/etc/kubernetes",
|
||||
},
|
||||
Privileged: true,
|
||||
Privileged: true,
|
||||
}
|
||||
resp, err := host.DClient.ContainerCreate(context.Background(), imageCfg, hostCfg, nil, CrtDownloaderContainer)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user