-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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 Container Linux (EOL) #6576
Remove support for CoreOS Container Linux (EOL) #6576
Conversation
Hi @bmelbourne. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/assign @Atoms |
@bmelbourne Could you please cleanup your git history, kind of a mess right now 😄 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bmelbourne, Miouge1 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 |
@floryut I've generally worked on submitting PRs (within DevOps/Dev teams) which get reviewed and approved, and then merge/conflicts are resolved pror to the PR closure. I didn't rebase on my first few PRs and that was the incorrect approach then, hence the confusion now. Would this be the correct approach?
|
Well that's kind of correct, but indeed before opening a PR I tried to switch to master, fetch spray, then reset --hard my master branch (well not needed but never sure if I push some commits or not) and then checkout -b from it 😄 If you are on your branch already and you have a conflict, fetch spray then rebase spray/master is enough. As you did a pull with merge instead of a rebase, commits ID changed to preserve your history and so we see changes that won't be applied and commit that will be ignored, not an issue but not really great. |
@floryut
What I should be doing if I need to bring my local branch up to date with the upstream master is...
|
@floryut In my local branch associated with the PR...
and then squash all commits except for the earliest commit e.g. |
In this case ? Yes what I would do, hard reset the branch with master from spray, cherry pick then squash commits 👍 |
Ok I've done the following...
And the git history of my 4 outstanding PRs are looking much better now. Can you take a quick look? |
That's way better :) thanks man |
Good job with this one, just to be sure
|
@floryut There might be older versions where |
Agreed with you no real point to cover every older versions |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
As of May 26, 2020, CoreOS Container Linux reached its end of life and will no longer receive updates.
https://coreos.com/os/eol/
https://cloud.google.com/compute/docs/eol/coreOS
Fedora CoreOS is the official successor to CoreOS Container Linux.
Fedora CoreOS is a new Fedora Edition built specifically for running containerized workloads securely and at scale.
Which issue(s) this PR fixes:
Special notes for your reviewer:
PR changes tested using the following
Flatcar Container Linux by Kinvolk
stable, beta, alpha and edge versions.Does this PR introduce a user-facing change?: