Fix a wrong revert; the etcd version should be 2.2.5 in the hyperkube manifest

This commit is contained in:
Lucas Käldström 2016-09-14 18:03:33 +03:00
parent ac8aae584d
commit f89d5006a9

View File

@ -10,7 +10,7 @@
"containers": [ "containers": [
{ {
"name": "etcd", "name": "etcd",
"image": "gcr.io/google_containers/etcd-ARCH:2.2.1", "image": "gcr.io/google_containers/etcd-ARCH:2.2.5",
"command": [ "command": [
"/usr/local/bin/etcd", "/usr/local/bin/etcd",
"--listen-client-urls=http://127.0.0.1:2379,http://127.0.0.1:4001", "--listen-client-urls=http://127.0.0.1:2379,http://127.0.0.1:4001",