mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-02 23:02:25 +00:00
Automatic merge from submit-queue Re-enable node problem detector by default Re-enable node problem detector started in gce cluster by default. For now, in the master node, the node problem detector will be started and do nothing (see https://github.com/kubernetes/node-problem-detector/pull/13). But in fact, in my test cluster, the master has no extra cpu to run the node problem detector, so node problem detector is started on all nodes except master, which is what we want but not expected... @dchen1107 /cc @kubernetes/sig-node /cc @andyzheng0831 for the gci script change. []()