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
// checkWorkersHealthy check workers number changed
167
+
// checkWorkersHealthy checks the health status of workers in a GooseFSEngine runtime.
168
+
// It retrieves the worker statefulset and evaluates whether the workers are ready based on their status.
169
+
// If the workers are not ready, it updates the runtime's status with appropriate conditions and logs relevant information.
170
+
// If the runtime was created by a controller before v0.7.0, it logs a warning indicating that worker health checking is not supported for such runtimes.
0 commit comments