-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
"Force" k8s 1.11.10 #7423
"Force" k8s 1.11.10 #7423
Conversation
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.
/lgtm
Looks like we'll need to bump the kubernetesVersion, under kopsVersions. |
/retest |
Hmm, @justinsb is there any reason we shouldn't be doing something like this too?
Which as @rdrgmnzs pointed out, will likely fix the tests, or at least did for me locally. |
Even 1.11 and 1.12 are technically unsupported, but this should get users off the very oldest unsupported versions of k8s. Users that want to stay on those versions can pass the KOPS_RUN_OBSOLETE_VERSION env var.
d82b11b
to
61f3576
Compare
Good idea @mikesplain .. we really don't want to be encouraging use of those older kops versions at this point - particularly as newer kops versions should still work with older k8s versions! |
Thanks @justinsb! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, mikesplain The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Bringing this from the alpha channel (kubernetes#7423) to the stable channel. As discussed in office hours, and from the notes on kubernetes#7423: Even 1.11 and 1.12 are technically unsupported, but this should get users off the very oldest unsupported versions of k8s. Users that want to stay on those versions can pass the KOPS_RUN_OBSOLETE_VERSION env var.
Bringing this from the alpha channel (kubernetes#7423) to the stable channel. As discussed in office hours, and from the notes on kubernetes#7423: Even 1.11 and 1.12 are technically unsupported, but this should get users off the very oldest unsupported versions of k8s. Users that want to stay on those versions can pass the KOPS_RUN_OBSOLETE_VERSION env var.
Even 1.11 and 1.12 are technically unsupported, but this should get
users off the very oldest unsupported versions of k8s.
Users that want to stay on those versions can pass the
KOPS_RUN_OBSOLETE_VERSION env var.