1 مستودع
Creates a dedicated service account and binds it to a cluster role so the node problem detector can access cluster resources.
Distinguishing note: No candidate in the shortlist covers Kubernetes RBAC provisioning for node problem detection; this is a DevOps infrastructure concern.
Explore 1 awesome GitHub repository matching devops & infrastructure · Kubernetes Service Account Provisioners. Refine with filters or upvote what's useful.
Node Problem Detector is a Kubernetes-native agent that monitors node health and reports hardware failures, kernel issues, and other node-level problems to the cluster control plane. It detects problems by scanning kernel ring buffer messages for error patterns, running user-defined health check scripts, and collecting system metrics from CPU, memory, disk, and network interfaces. The agent distinguishes between permanent and temporary problems by mapping plugin failures to either persistent node conditions visible in kubectl describe node or one-time node events. It supports running multip
Creates a dedicated service account and binds it to a cluster role so the node problem detector can access cluster resources.