mirror of
https://github.com/rancher/rke.git
synced 2025-09-13 13:40:22 +00:00
Use new rke-tools image
This commit is contained in:
@@ -437,7 +437,7 @@ func (c *Cluster) BuildProxyProcess() v3.Process {
|
||||
return v3.Process{
|
||||
Name: services.NginxProxyContainerName,
|
||||
Env: Env,
|
||||
Args: Env,
|
||||
Args: []string{"nginx-proxy"},
|
||||
NetworkMode: "host",
|
||||
RestartPolicy: "always",
|
||||
HealthCheck: v3.HealthCheck{},
|
||||
|
@@ -46,6 +46,7 @@ func doRunDeployer(ctx context.Context, host *hosts.Host, containerEnv []string,
|
||||
}
|
||||
imageCfg := &container.Config{
|
||||
Image: certDownloaderImage,
|
||||
Cmd: []string{"cert-deployer"},
|
||||
Env: containerEnv,
|
||||
}
|
||||
hostCfg := &container.HostConfig{
|
||||
|
Reference in New Issue
Block a user