Manifest kubernetes infra images#59664
Conversation
7d02cd0 to
b7c56d9
Compare
|
/test pull-kubernetes-cross |
|
/cc @rvkubiak |
|
@ixdy: GitHub didn't allow me to request PR reviews from the following users: rvkubiak. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
cluster/images/etcd/Makefile
Outdated
There was a problem hiding this comment.
I was not expecting the version change here. Is there a reason we are doing that?
There was a problem hiding this comment.
lot of changes went in the latest etcd makefile, lemme rebase first.
|
/test all |
1 similar comment
|
/test all |
|
/retest |
|
/test pull-kubernetes-kubemark-e2e-gce-big |
|
/retest |
|
Yes The quick background is: We introduced |
|
Just realized I didn't fully understand the manifest list replacement idea. I'm fine with kicking off the manifest use list with 3.2.24 since we just published it recently. |
|
This LGTM as well but I don't have /approve rights for either of these dirs |
|
/approve |
|
/hold |
201a93f to
6f9dfe5
Compare
|
/hold cancel I've pushed a commit to update the revision. PTAL? |
cluster/images/etcd/Makefile
Outdated
| export DOCKER_CLI_EXPERIMENTAL := enabled | ||
| # golang version should match the golang version from https://github.com/coreos/etcd/releases for the current ETCD_VERSION. | ||
| GOLANG_VERSION?=1.8.7 | ||
| GOLANG_VERSION?=1.11 |
There was a problem hiding this comment.
There was a problem hiding this comment.
good catch, let's switch this back to 1.8.7 since that's the recommendation
There was a problem hiding this comment.
/hold cancel
I pushed another commit reverting this
|
w00t! thanks a ton @ixdy |
|
Thanks @ixdy quick fix.. can someone give LGTM ? |
|
/test pull-kubernetes-local-e2e |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, jbeda, mkumatag The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
I don't think we want to push any new images, just run I can look into this Thursday PT. |
|
Manifests and new etcd images have been pushed to staging-k8s.gcr.io. I'm working on promoting to k8s.gcr.io now. I believe only kubeadm would be affected by this, since it uses the unrevisioned tag ( |
What this PR does / why we need it:
This PR is for creating manifest for the kubernetes infra images
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Release note: