-
Notifications
You must be signed in to change notification settings - Fork 216
Add system-critical priority class to controller #229
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
Add system-critical priority class to controller #229
Conversation
Add system-cluster-critical priority class to controller, without this there is a chance that scheduler evicts these pods when there is a resource crunch.
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre 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 |
/lgtm /retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
6 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. |
@ingvagabund - Jan, I see that this PR failing tests continuously with error:
Any other changes that could have caused this issue? |
@ravisantoshgudimetla lemme take a look |
/retest |
2 facts:
At this point only |
Thanks @ingvagabund.
That is right. Shouldn't we run CI over OpenShift 4.0 clusters? |
we do both, OpenShift 4.0 and Kubernetes. I will fix the CI ASAP. |
@ravisantoshgudimetla we are about to remove |
You don't need to do anything here, we will just remove the job and switch to a new one that deploys all controllers under |
@ingvagabund - Thank you :) |
/retest Please review the full test history for this PR and help us cut down flakes. |
3 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. |
2 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. |
/hold Till #220 lands. I will remove the hold once we are good to go. |
/refresh |
/retest |
/override ci/jenkins/integration |
@paulfantom: paulfantom unauthorized: /override is restricted to repo administrators In 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/test-infra repository. |
/refresh |
/retest |
/refresh |
/retest |
/hold cancel |
Switch build to go 1.12
Add system-cluster-critical priority class to controller, without this there is a chance that scheduler evicts these pods when there is a resource crunch.