mirror of
https://github.com/rancher/rke.git
synced 2025-09-14 06:00:53 +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{
|
Binds: []string{
|
||||||
"/etc/kubernetes:/etc/kubernetes",
|
"/etc/kubernetes:/etc/kubernetes",
|
||||||
},
|
},
|
||||||
Privileged: true,
|
Privileged: true,
|
||||||
}
|
}
|
||||||
resp, err := host.DClient.ContainerCreate(context.Background(), imageCfg, hostCfg, nil, CrtDownloaderContainer)
|
resp, err := host.DClient.ContainerCreate(context.Background(), imageCfg, hostCfg, nil, CrtDownloaderContainer)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user