-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to etcd 3.0.10 #33393
Update to etcd 3.0.10 #33393
Conversation
Jenkins Kubemark GCE e2e failed for commit 99bfc1d. Full PR test history. The magic incantation to run this job again is |
Jenkins GCE e2e failed for commit 99bfc1d. Full PR test history. The magic incantation to run this job again is |
Jenkins GKE smoke e2e failed for commit 99bfc1d. Full PR test history. The magic incantation to run this job again is |
@@ -72,7 +72,7 @@ RUN mkdir $TMPDIR \ | |||
github.com/jteeuwen/go-bindata/go-bindata | |||
|
|||
# Download and symlink etcd. We need this for our integration tests. | |||
RUN export ETCD_VERSION=v2.2.1; \ | |||
RUN export ETCD_VERSION=v3.0.10; \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't want to change build images and default configs yet.
Can you please just bump godeps in this PR?
@lavalamp - thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well we want to do it early in the cycle, I just need to know when...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean for testing purposes? If so, updating this is not necessary, see e.g.:
https://github.com/kubernetes/test-infra/blob/master/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e-gce.yaml#L304
where we already have etcd3 enabled (some older version, but still).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wojtek-t there have been some pretty nasty bug fixes since 3.0.4 which is why I'm tracking the fix: https://github.com/coreos/etcd/releases/
Up to you though, I can back-out that commit and just focus on the client fixes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure - we can build a newer image for that (and we should do that).
All I'm saying is that we can test non-default images without actually changing tags in the codebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wojtek-t ok, updated pr to only godep update.
99bfc1d
to
a8dbab6
Compare
Jenkins GCI Kubemark GCE e2e failed for commit a8dbab6. Full PR test history. The magic incantation to run this job again is |
@wojtek-t I assume we will use 3.1.x finally in the v1.5 release, right? |
@luxas most likely yes. |
Great! Thanks |
@wojtek-t PTAL. |
lgtm |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
Since kubernetes#33393 is merged, the bug should have been fixed.
Since kubernetes#33393 is merged, the bug should have been fixed.
Since kubernetes#33393 is merged, the bug should have been fixed.
#31704-#32831-#32907-#33003-#33349-#31190-#33581-#34089-#34234-#32822-#33393-#34246-#34435-#32477-upstream-release-1.4 Automatic merge from submit-queue Automated cherry pick of #31189 #31704 #32831 #32907 #33003 #33349 #31190 #33581 #34089 #34234 #32822 #33393 #34246 #34435 #32477 upstream release 1.4 We are going to release etcd v3 in 1.4.x release. ``` Cherrypick etcd v3-related bug fixes to 1.4 branch ``` Those PRs include: - Updates of etcd Godeps - Update to pkg/storage/etcd directory - Two PR that were unnecessary to avoid conflicts: #31189 #31704 Automated cherry pick of #31189 #31704 #32831 #32907 #33003 #33349 #31190 #33581 #34089 #34234 #32822 #33393 #34246 #34435 #32477 @hongchaodeng @xiang90 @lavalamp @smarterclayton
Commit found in the "release-1.4" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
Since kubernetes#33393 is merged, the bug should have been fixed.
…ck-of-#31189-kubernetes#31704-kubernetes#32831-kubernetes#32907-kubernetes#33003-kubernetes#33349-kubernetes#31190-kubernetes#33581-kubernetes#34089-kubernetes#34234-kubernetes#32822-kubernetes#33393-kubernetes#34246-kubernetes#34435-kubernetes#32477-upstream-release-1.4 Automatic merge from submit-queue Automated cherry pick of kubernetes#31189 kubernetes#31704 kubernetes#32831 kubernetes#32907 kubernetes#33003 kubernetes#33349 kubernetes#31190 kubernetes#33581 kubernetes#34089 kubernetes#34234 kubernetes#32822 kubernetes#33393 kubernetes#34246 kubernetes#34435 kubernetes#32477 upstream release 1.4 We are going to release etcd v3 in 1.4.x release. ``` Cherrypick etcd v3-related bug fixes to 1.4 branch ``` Those PRs include: - Updates of etcd Godeps - Update to pkg/storage/etcd directory - Two PR that were unnecessary to avoid conflicts: kubernetes#31189 kubernetes#31704 Automated cherry pick of kubernetes#31189 kubernetes#31704 kubernetes#32831 kubernetes#32907 kubernetes#33003 kubernetes#33349 kubernetes#31190 kubernetes#33581 kubernetes#34089 kubernetes#34234 kubernetes#32822 kubernetes#33393 kubernetes#34246 kubernetes#34435 kubernetes#32477 @hongchaodeng @xiang90 @lavalamp @smarterclayton
Problem Statement:
Update repository to use etcd 3.0.10 client libraries, fixes watch issue(s).
/cc @luxas @hongchaodeng @lavalamp @smarterclayton @wojtek-t @ingvagabund
xref: #32404
This change is