use latest etcd to fix domain name problem

This commit is contained in:
Hongchao Deng 2016-09-15 10:18:23 -07:00
Родитель 90b61aa187
Коммит f2ba089671
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -43,7 +43,7 @@ func makeRestoreInitContainerSpec(backupAddr, name, token string) string {
},
{
Name: "restore-datadir",
Image: "quay.io/coreos/etcd:latest",
Image: "gcr.io/coreos-k8s-scale-testing/etcd-amd64:latest",
Command: []string{
"/bin/sh", "-c",
fmt.Sprintf("ETCDCTL_API=3 etcdctl snapshot restore %[1]s"+
@ -231,7 +231,7 @@ func MakeEtcdPod(m *etcdutil.Member, initialCluster []string, clusterName, state
{
Command: commands,
Name: m.Name,
Image: "quay.io/coreos/etcd:latest",
Image: "gcr.io/coreos-k8s-scale-testing/etcd-amd64:latest",
Ports: []api.ContainerPort{
{
Name: "server",