-
Notifications
You must be signed in to change notification settings - Fork 546
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
beta.kubernetes.io/os deprecated since v1.14, removed in v1.19 #1562
beta.kubernetes.io/os deprecated since v1.14, removed in v1.19 #1562
Conversation
**Description of the change:** Switch to supported os node selector, beta one is deprecated AND removed now. **Motivation for the change:** kubernetes/kubernetes#89460 **Reviewer Checklist** - [x] Implementation matches the proposed design, or proposal is updated to match implementation - [x] Sufficient unit test coverage - [x] Sufficient end-to-end test coverage - [x] Docs updated or added to `/docs` - [x] Commit messages sensible and descriptive
Hi @kramvan1. Thanks for your PR. I'm waiting for a operator-framework 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. |
/ok-to-test |
/retest |
@ecordell @Bowenislandsong Could use a bit of help on why these tests are failing, I'm not as familiar with them. Was hoping this was going to be a simple change, no logic was changed. |
/retest |
Our tests flake with some regularity - sometimes it's instability on the cloud provider side. Your changes look to be fine and we appreciate the contribution |
/retest |
1 similar comment
/retest |
@exdx Hi, tried retest a couple times, not sure how many to do. Any thoughts on this failure? |
Looks like the upstream e2e test is consistently failing so there must be an issue with our e2e tests. I'm going to pull this branch down and see if they pass. |
/retest Looking at this more, I don't see any issues why the new node selectors would cause the tests to fail - the new selector is already present on all nodes in the cluster. The upstream e2e also passed. We can continue testing the openshift aws e2e and it will pass eventually I believe. |
@exdx thx for the help here, we keep retesting for a while. |
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ecordell, kramvan1 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 |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
8 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
Description of the change:
Switch to supported os node selector, beta one is deprecated AND removed now.
Motivation for the change:
kubernetes/kubernetes#89460
Reviewer Checklist
/docs