-
Notifications
You must be signed in to change notification settings - Fork 40k
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 node problem detector as an addon pod. #25986
Add node problem detector as an addon pod. #25986
Conversation
b819301
to
1b0c70c
Compare
1b0c70c
to
195e249
Compare
LGTM overall. But have you run feasibility check related test? I am wondering this newly introduced daemonset will break those tests. |
I run all SchedulerPredicates test just now, and get the following result:
Looks like the [Feature:PodAffinity] ones are skipped by default. I'll look into this one:
|
I found the reason why the test failed. It is unrelated with this PR.
and
They apply node labels So if I run the test for more than once, there will be more than one nodes beening labelled. Then the pod may be scheduled on any of these labelled nodes, which causes the test failure. We should:
@dchen1107 |
LGTM |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 195e249. |
Automatic merge from submit-queue |
/cc @andyzheng0831 @wonderfly we need this configured on gci masters as well. |
This PR enables NodeProblemDetector as an add-on pod.
/cc @mikedanese @kubernetes/sig-node