Skip to content

Commit

Permalink
Merge pull request #60891 from shyamjvs/go-back-to-etcd-3.1.10
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 60891, 60935). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Rollback etcd server version to 3.1.11 due to #60589

Ref kubernetes/kubernetes#60589 (comment)

The dependencies were a bit complex (so many things relying on it) + the version was updated to 3.2.16 on top of the original bump.
So I had to mostly make manual reverting changes on a case-by-case basis - so likely to have errors :)

/cc @wojtek-t @jpbetz 

```release-note
Downgrade default etcd server version to 3.1.11 due to #60589
```

(I'm not sure if we should instead remove release-notes of the original PRs)

Kubernetes-commit: 56195fd1d329e8fb6c3c6cba59e1bc1eb4a2c998
  • Loading branch information
k8s-publishing-bot committed Mar 8, 2018
2 parents 2072bf8 + 5e3531b commit 8e62c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/example/rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ spec:
imagePullPolicy: Never
command: [ "/kube-sample-apiserver", "--etcd-servers=http://localhost:2379" ]
- name: etcd
image: quay.io/coreos/etcd:v3.2.16
image: quay.io/coreos/etcd:v3.1.11

0 comments on commit 8e62c89

Please sign in to comment.