You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have some pods such as cni network plug-ins, and we also want to detect its health status.
We now use custom plugins to detect whether a specific pod is alive. Perhaps HealthChecker should also support monitoring the status of a specific pod for inspection. 🤔
Using pod probe can let us know whether the pod is alive, but it does not seem to convert to node condition. Because we have a custom daemonset program, we want when daemonset agents are crashed, they will not be scheduled to this node. If this feature is not provided, we need to implement similar features ourselves.
Talked with @danwinship offline, it will be nice to be able to report
It should not be hard to provide some basic plugins that provide some basic checks, if we can figure out the best way to obtain the information needed
The text was updated successfully, but these errors were encountered: