Update manager.yaml to modify nodeSelector and tolerations#129
Update manager.yaml to modify nodeSelector and tolerations#129rohitkbc wants to merge 1 commit intokubernetes-sigs:mainfrom
Conversation
Removed nodeSelector for control-plane and updated tolerations.
✅ Deploy Preview for node-readiness-controller canceled.
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rohitkbc The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @rohitkbc! |
|
Hi @rohitkbc. 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. 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. |
|
/ok-to-test |
|
Hi @rohitkbc, Thanks for your PR. Did you get a chance to try docs/TEST_README.md for testing your changes? IIRC, the test setup currently may have assumptions on where the controller is deployed (on the controlplane). |
| priorityClassName: system-cluster-critical | ||
| nodeSelector: | ||
| "node-role.kubernetes.io/control-plane": "" | ||
| tolerations: |
There was a problem hiding this comment.
Let's add a breadcrumb here for future -
| tolerations: | |
| # TODO: In the future, this could be replaced with tolerate only readiness.k8s.io/* taints specifically, when wildcard support is available in K8s. | |
| # (ref: https://github.com/kubernetes/enhancements/issues/5500) | |
| tolerations: |
|
/assign @rohitkbc |
Hi @rohitkbc, did you get a chance to try this? |
|
Hi @ajaysundark, Apologies for the delayed response. I was occupied with office work and am still tied up, so I couldn’t work on it. |
Description
Removed nodeSelector for control-plane and updated to use default tolerations.
Related Issue
Fixes #98
Type of Change
/kind feature
Testing
Checklist
make testpassesmake lintpassesDoes this PR introduce a user-facing change?