-
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
Remove support for CoreOS and Jessie #9065
Conversation
1a8e847
to
2642076
Compare
This should also be removed: kops/upup/pkg/fi/nodeup/nodetasks/package.go Lines 340 to 344 in d5e3e15
And this: kops/upup/pkg/fi/nodeup/tags/tags.go Line 23 in 3b54cfc
|
I think this can also be removed: kops/pkg/apis/kops/validation/aws.go Lines 103 to 107 in 759e24a
|
/lgtm |
Nice work. I wonder if theres anything we can do to surface the error earlier, so that users that don't read the release notes aren't confused why their I see |
@rifelpet we have similar thing to instance type validation there. IMHO, we should do it in apply, where we can get the image name and owner account even for the AMI. Still I would do it in a subsequent patch. |
@justinsb this PR is intended for 1.18. We shouldn't support these EOL distros for 1.18. |
I think that we agreed during last office hours to include this in 1.18. Should this be merged as is, or there are any other issues to be addressed? |
/milestone 1.18 |
@justinsb: The provided milestone is not valid for this repository. Milestones in this repository: [ Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/milestone v1.18 |
Do we want to remove the references in the two files bellow in a separate PR? There's also a few references to CoreOS in the docs that we may want to cleanup separately to minimize any confusion. Otherwise this LGTM. |
Digital Ocean still defaults to a CoreOS image. openstack.md says it defaults to CoreOS, but I don't see any code that makes this so. Someone else will have to tackle docs/examples/coreos-kops-tests-multimaster.md |
/lgtm |
#9181 will address the default image for DO. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johngmyers, rifelpet 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 |
/retest |
3 similar comments
/retest |
/retest |
/retest |
The SIG-Storage flakes are strong today. |
Feels like Jan all over again 😄 |
No description provided.