-
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
Update docker and docker-multinode docs on master to require 1.2.x #19929
Conversation
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
1 similar comment
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
Labelling this PR as size/S |
Wait a minute, I'll update the PR: |
93db91f
to
5e7e689
Compare
Labelling this PR as size/M |
Does someone else have bandwidth to review this? I am buried this week... |
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
1 similar comment
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
Maybe @bgrant0607 can take it? |
If there's anyone more behind than me it's probably Brian or Brendan. If On Thu, Jan 28, 2016 at 9:29 PM, Lucas Käldström notifications@github.com
|
We really need to automatically substitute all of these release numbers every time we cut a release. |
I'm fine with updating these to the latest 1.2 alpha release for now. Let's use #16087 for the automatic updates. |
([OS X](http://storage.googleapis.com/kubernetes-release/release/v1.1.1/bin/darwin/amd64/kubectl)) | ||
([linux](http://storage.googleapis.com/kubernetes-release/release/v1.1.1/bin/linux/amd64/kubectl)) | ||
([OS X](http://storage.googleapis.com/kubernetes-release/release/v1.1.3/bin/darwin/amd64/kubectl)) | ||
([linux](http://storage.googleapis.com/kubernetes-release/release/v1.1.3/bin/linux/amd64/kubectl)) |
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.
Why isn't kubectl from a 1.2 release also?
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.
Oops, forgot it... Will fix
I'll add the other client platforms at the same time (e.g. linux/arm
, windows/amd64
and such)
5e7e689
to
0b8701f
Compare
@bgrant0607 @fgrzadkowski Fixed. It's made clear that the version have to be >= 1.2.0-alpha.6 for the docs to work. And that's how it is. The Ready to merge? |
@@ -204,7 +204,7 @@ sudo docker run \ | |||
--privileged=true \ | |||
--pid=host \ | |||
-d \ | |||
gcr.io/google_containers/hyperkube:v${K8S_VERSION} \ | |||
gcr.io/google_containers/hyperkube-amd64:v${K8S_VERSION} \ |
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.
There are still some links not updated below.
…d use the hyperkube-arch image
0b8701f
to
75e8c3f
Compare
Fixed the comment. We need to get these values automatically replaced and docs harmonized with each other. |
LGTM, thanks |
GCE e2e test build/test passed for commit 75e8c3f. |
The author of this PR is not in the whitelist for merge, can one of the admins add the 'ok-to-merge' label? |
Update docker and docker-multinode docs on master to require 1.2.x
Proposed fix for: #19227
Full comment here
@brendandburns @ihmccreery @fgrzadkowski @david-mcmahon @borg286