Added unschedulable and network-unavailable toleration.#64954
Added unschedulable and network-unavailable toleration.#64954k8s-github-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
/sig apps |
|
In #61312, |
b5938f9 to
f4be9e7
Compare
|
/retest |
bsalamat
left a comment
There was a problem hiding this comment.
Could you please add a test to ensure that the tolerations are added properly?
Sure :) |
|
/retest |
|
Added integration test, PTAL :) |
|
/retest |
There was a problem hiding this comment.
Shouldn't it be just kubelettypes.IsCriticalPod(newPod)?
There was a problem hiding this comment.
Remove "avoid race condition" because we just simulate to avoid the need to start nodelifecycle controller.
There was a problem hiding this comment.
oh, sorry for the miss; and done :)
There was a problem hiding this comment.
also go through the whole file and updated :)
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
|
/retest |
1 similar comment
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bsalamat, janetkuo, k82cn, mikedanese, ravisantoshgudimetla 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 |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
/sig scheduling |
|
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. |
|
This PR appears to have caused a conformance regression: |
|
:( i will check it |
|
The latest test is green now (https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-gce-conformance/620) after #68494 merged. |
Signed-off-by: Da K. Ma klaus1982.cn@gmail.com
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):part of #61312
fixes: #67606
Release note: