Commit Graph

3 Commits

Author SHA1 Message Date
zhengtianbao 73c575c26b Add nodeProblemDetector daemonset serviceAccountName 2021-11-24 08:47:18 +08:00
zhengtianbao 40ba108677 Add NodeProblemDetector clusterRoleBinding 2021-11-23 13:48:12 +08:00
dntosas 20124d3ba9
[addons] Introduce NodeProblemDetector
Node Problem Detector aims to make various node problems visible to
the upstream layers in the cluster management stack. It is a daemon
that runs on each node, detects node problems and reports them to apiserver
so to avoid scheduling new pods on bad nodes and also easily identify
which are the problems on underlying nodes.

Project Home: https://github.com/kubernetes/node-problem-detector

Signed-off-by: dntosas <ntosas@gmail.com>
2021-06-16 21:00:22 +03:00