Skip to content

Commit 8e62c89

Browse files
Merge pull request #60891 from shyamjvs/go-back-to-etcd-3.1.10
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
2 parents 2072bf8 + 5e3531b commit 8e62c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifacts/example/rc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ spec:
2121
imagePullPolicy: Never
2222
command: [ "/kube-sample-apiserver", "--etcd-servers=http://localhost:2379" ]
2323
- name: etcd
24-
image: quay.io/coreos/etcd:v3.2.16
24+
image: quay.io/coreos/etcd:v3.1.11

0 commit comments

Comments
 (0)