Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
StorageCluster: don't consider pending uninstall as error
In the reconciler, we considered a pending uninstall operation as an error. It resulted in slower reconciliation because of exponential backoff. To avoid the exponential backoff, we need to return the request with the requeueAfter value set. See: kubernetes-sigs/controller-runtime#617 Signed-off-by: Raghavendra Talur <[email protected]>
- Loading branch information