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
{{ message }}
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.
Currently the cluster controller will handle connecting to the remote cluster and deleting machinesets within the main sync loop. This means that if it takes a long time to connect to the remote cluster, we could potentially starve the cluster controller's goroutines. If we run into this problem, a possible solution is to handle these remote deletions in a separate queue.
The text was updated successfully, but these errors were encountered:
Currently the cluster controller will handle connecting to the remote cluster and deleting machinesets within the main sync loop. This means that if it takes a long time to connect to the remote cluster, we could potentially starve the cluster controller's goroutines. If we run into this problem, a possible solution is to handle these remote deletions in a separate queue.
The text was updated successfully, but these errors were encountered: