mirror of
https://github.com/rancher/rke.git
synced 2025-09-02 15:34:36 +00:00
Merge pull request #386 from moelsayed/etcd_restart
Fix etcd process regression
This commit is contained in:
@@ -397,6 +397,7 @@ func (c *Cluster) BuildEtcdProcess(host *hosts.Host, etcdHosts []*hosts.Host) v3
|
||||
Args: args,
|
||||
Binds: Binds,
|
||||
NetworkMode: "host",
|
||||
RestartPolicy: "always",
|
||||
Image: c.Services.Etcd.Image,
|
||||
HealthCheck: healthCheck,
|
||||
}
|
||||
|
Reference in New Issue
Block a user