MON-4579: Remove NodeSelector and Tolerations from NodeExporterConfig#2837
MON-4579: Remove NodeSelector and Tolerations from NodeExporterConfig#2837danielmellado wants to merge 1 commit into
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @danielmellado! Some important instructions when contributing to openshift/api: |
📝 WalkthroughWalkthroughThe NodeExporterConfig Go type had the 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@everettraven CI failures are expected as per the 'NoFieldRemoval', we'd need to override that, thanks in advance! |
1f02d69 to
54cf5db
Compare
|
@danielmellado The Aside from that failing test, this LGTM |
Node-exporter runs as a DaemonSet that must run on all nodes, so nodeSelector and tolerations fields are not meaningful for it. This PR removesthese fields from the CRD API along with their associated tests. Signed-off-by: Daniel Mellado <dmellado@fedoraproject.org>
54cf5db to
796e97d
Compare
thanks Bryce, totally forgot to run |
|
@danielmellado: This pull request references MON-4579 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@danielmellado: This pull request references MON-4579 which is a valid jira issue. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm /override ci/prow/verify-crd-schema |
|
@everettraven: Overrode contexts on behalf of everettraven: ci/prow/verify-crd-schema, ci/prow/verify-crdify DetailsIn 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-sigs/prow repository. |
|
Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: everettraven 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 |
|
@danielmellado Over to you for how you want to get the |
|
/verified by ci |
thanks! |
|
@danielmellado: This PR has been marked as verified by DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@danielmellado: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
Node-exporter runs as a DaemonSet that must run on all nodes, so
nodeSelector and tolerations fields are not meaningful for it.
This PR removesthese fields from the CRD API along with their
associated tests.
Signed-off-by: Daniel Mellado dmellado@fedoraproject.org