We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22139a commit db19a9fCopy full SHA for db19a9f
pkg/deployment/resources/deployment_health.go
@@ -62,7 +62,8 @@ func (r *Resources) RunDeploymentHealthLoop(stopCh <-chan struct{}) {
62
}
63
64
65
-// cleanupRemovedClusterMembers removes all arangod members that are no longer part of the cluster.
+// fetchDeploymentHealth performs a single fetch of cluster-health
66
+// and stores it in-memory.
67
func (r *Resources) fetchDeploymentHealth() error {
68
// Ask cluster for its health
69
ctx, cancel := context.WithTimeout(context.Background(), time.Second*15)
0 commit comments