This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cluster_bootstrap: Short requeue if CRD not found on remote cluster
On clusters where kapp is taking a long time to get installed (slow registries etc...), cluster_bootstrap controller may end up in exponential backoff because some CRDs do not exist yet on the remote cluster. This change checks for this particular error, and requeues the cluster for retry after 10s. Signed-off-by: Naadir Jeewa <jeewan@vmware.com>
- Loading branch information