-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Bump kube-addon-manager to v5.1.1 #42842
Bump kube-addon-manager to v5.1.1 #42842
Conversation
I have not yet pushed v5.1.1. |
The |
The newest addon-manager version we could use in 1.4 branch would be v5.2, though it only added support for ConfigMap and nothing else. Since v6.0, addon-manager does not depend on python anymore, but it instead depends on the Ref: changelog |
Thanks @MrHohn. Given that, rebasing the |
I think the changelog is wrong; kubectl was never 1.4 in this image. :\ |
wait, what? $ docker run -ti --rm --entrypoint kubectl gcr.io/google-containers/kube-addon-manager:v5.2 version --client
Client Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.4", GitCommit:"3b417cc4ccd1b8f38ff9ec96bb50a81ca0ea9d56", GitTreeState:"clean", BuildDate:"2016-10-21T02:48:38Z", GoVersion:"go1.6.3", Compiler:"gc", Platform:"linux/amd64"} oh: #35255 (comment) |
Things are a bit tricky here...I updated the script before |
yeah, this just convinces me more that we probably shouldn't use v5.2 - it seems like it'd be difficult to rebase it properly. |
Totally agree, v5.1 seems to be the one :) |
ok, I'm gonna build and push a |
4a846b8
to
92427fc
Compare
I am bumping the embedded kubectl to |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED The following people have approved this PR: ixdy, mikedanese Needs approval from an approver in each of these OWNERS Files:
We suggest the following people: |
@k8s-bot test this |
merging since all green |
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. |
What this PR does / why we need it: the
kube-addon-manager:v5.1
image is pretty old (July 4 2016) and should be rebased on a newer version of its base image,python:2.7-slim
. This PR just bumps the tag with no other code changes; pushing this image should rebase it on the latestpython:2.7-slim
image with no other changes.Special notes for your reviewer:
Alternately, we could look into upgrading the 1.4 branch to a newer version of
kube-addon-manager
, ideally one which doesn't depend on python. That's probably a bit riskier of a change, though. cc @MrHohn to comment.Release note:
cc @timstclair