-
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
kubeadm: fail explicitly when using (stable,latest) in airgapped env #43999
Conversation
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: krousey, mikedanese
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@k8s-bot kubeadm test this |
Automatic merge from submit-queue |
Cool, thanks @mikedanese! |
…3999-#44101-release-1.6 Automatic merge from submit-queue Automated cherry pick of #43999 #44101 release 1.6 Automated cherry pick of #43999 #44101 release 1.6 ```release-note kubeadm: Remove hard-coded default version when fetching stable version from the web fails. Fixes [kubeadm 1.6.1 deploying 1.6.0 control plane](kubernetes/kubeadm#224). ```
Commit found in the "release-1.6" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
…pick-of-#43999-kubernetes#44101-release-1.6 Automatic merge from submit-queue Automated cherry pick of kubernetes#43999 kubernetes#44101 release 1.6 Automated cherry pick of kubernetes#43999 kubernetes#44101 release 1.6 ```release-note kubeadm: Remove hard-coded default version when fetching stable version from the web fails. Fixes [kubeadm 1.6.1 deploying 1.6.0 control plane](kubernetes/kubeadm#224). ```
This is unintuitive and unnecessary behavior
This makes kubernetes deploy the proper version of the control plane.