Merge pull request #32359 from wojtek-t/rollback_etcd
Automatic merge from submit-queue Use etcd 2.3.7 This will switch to etcd 2.3.7 for release 1.4, to resolve issues rolling back from 1.4 to 1.3 (while preventing those same issues rolling back to 1.4.0 from a release including etcd 3.0.x). Fixes #32253. See #32253 (comment) for etcd roadmap.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"containers":[
|
||||
{
|
||||
"name": "etcd-container",
|
||||
"image": "gcr.io/google_containers/etcd:{{ pillar.get('etcd_docker_tag', '3.0.4') }}",
|
||||
"image": "gcr.io/google_containers/etcd:{{ pillar.get('etcd_docker_tag', '2.3.7') }}",
|
||||
"resources": {
|
||||
"requests": {
|
||||
"cpu": {{ cpulimit }}
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
},
|
||||
{
|
||||
"name": "etcd-container",
|
||||
"image": "gcr.io/google_containers/etcd:3.0.4",
|
||||
"image": "gcr.io/google_containers/etcd:2.3.7",
|
||||
"command": [
|
||||
"/bin/sh",
|
||||
"-c",
|
||||
|
||||
Reference in New Issue
Block a user