-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
AWS: Deprecate the bash deployment #38772
Conversation
269d411
to
783045c
Compare
This LGTM - especially if we are torching deprecated code! |
@kris-nova: you can't LGTM a PR unless you are assigned as a reviewer. In response to this comment:
If you have questions or suggestions related to this bot's behavior, please file an issue against the kubernetes/test-infra repository. |
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.
Makes me happy
LGTM |
Self-applying after two LGTM comments. |
Jenkins GKE smoke e2e failed for commit 783045ce9d95a0cea19ec5885b5dd4e4683581ff. Full PR test history. The magic incantation to run this job again is |
@k8s-bot cvm gke e2e test this |
Jenkins GCI GKE smoke e2e failed for commit 783045ce9d95a0cea19ec5885b5dd4e4683581ff. Full PR test history. The magic incantation to run this job again is |
@k8s-bot gci gke e2e test this |
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.
We need to do a bit more due diligence on this. It is deprecated, but not scheduled for removal. I really want to do it, but I want to do it with a little more information.
[APPROVALNOTIFIER] Needs approval from an approver in each of these OWNERS Files: We suggest the following people: |
@chrislovecnm @justinsb: Ping. I'd like to get this warning in, at least. We can gut it in a separate PR. |
I actually think we should still try to remove it in 1.6, but this LGTM. |
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
/lgtm /approve |
This makes me happy. |
Automatic merge from submit-queue (batch tested with PRs 38772, 38797, 40732, 40740) |
c.f. kubernetes#38772, kubernetes#42194 and https://k8s-testgrid.appspot.com/google-aws#aws cluster/kube-up.sh with KUBERNETES_PROVIDER=aws has been broken on 1.6 for a couple of months now. No one is supporting it. Nuke.
Automatic merge from submit-queue AWS: Kill bash deployment c.f. #38772, #42194 and https://k8s-testgrid.appspot.com/google-aws#aws cluster/kube-up.sh with KUBERNETES_PROVIDER=aws has been broken on 1.6 for a couple of months now. No one is supporting it. Nuke. ```release-note Deployment of AWS Kubernetes clusters using the in-tree bash deployment (i.e. cluster/kube-up.sh or get-kube.sh) is obsolete. v1.5.x will be the last release to support cluster/kube-up.sh with AWS. For a list of viable alternatives, see: http://kubernetes.io/docs/getting-started-guides/aws/ ```
Commit found in the "release-1.5" 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: Add a strong deprecation warning to the
kube-up.sh
AWS deployment.Release note: