-
Notifications
You must be signed in to change notification settings - Fork 462
WIP: templates: Add node.openshift.io/rhelmajor label, drop os_version one #584
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
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Haven't done full testing of this yet, submitting WIP for visibility/early review. |
|
to clarify, if:
? |
Mmm, |
|
@cgwalters thanks, got it! |
7cb1c7e to
5c1d300
Compare
This removes the functionality added in openshift#514 which I don't think really worked for what people needed; a node selector can't parse the value. All we care about is currently 7 or 8; this signals things like `iptables` vs `nftables`. And the presence of this label also signals "RHEL" too; though we keep the `os_id` label in case e.g. a daemonset should only run on RHCOS (or traditional RHEL). Closes: openshift#582
5c1d300 to
a914f1b
Compare
|
@cgwalters: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
|
OK so I discovered this: In other words, the labels aren't dynamic which is rather problematic for something that has a version number. I think the MCD should probably start managing the labels. |
|
Obsoleting in favor of #657 |
This removes the functionality added in
#514
which I don't think really worked for what people needed; a node
selector can't parse the value.
All we care about is currently 7 or 8; this signals things like
iptablesvsnftables.And the presence of this label also signals "RHEL" too;
though we keep the
os_idlabel in case e.g. a daemonset should onlyrun on RHCOS (or traditional RHEL).
Closes: #582