velero/pkg/install
Nolan Brubaker 6745979a7b
Wait for CRDs to be ready before restoring CRs (#1937)
* Wait for CRDs to be available and ready

When restoring CRDs, we should wait for the definition to be ready and
available before moving on to restoring specific CRs.

While the CRDs are often ready by the time we get to restoring a CR,
there is a race condition where the CRD isn't ready.

This change waits on each CRD at restore time.

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
2020-01-30 09:19:13 -08:00
..
daemonset.go add ALIBABA_CLOUD_CREDENTIALS_FILE env in deployment and daemonset installation (#2166) 2020-01-06 14:56:23 -08:00
daemonset_test.go add ALIBABA_CLOUD_CREDENTIALS_FILE env in deployment and daemonset installation (#2166) 2020-01-06 14:56:23 -08:00
deployment.go add ALIBABA_CLOUD_CREDENTIALS_FILE env in deployment and daemonset installation (#2166) 2020-01-06 14:56:23 -08:00
deployment_test.go add ALIBABA_CLOUD_CREDENTIALS_FILE env in deployment and daemonset installation (#2166) 2020-01-06 14:56:23 -08:00
doc.go Add location resources and tests (#1277) 2019-03-13 11:23:00 -06:00
install.go Wait for CRDs to be ready before restoring CRs (#1937) 2020-01-30 09:19:13 -08:00
resources.go add velero install --crds-only to easily update CRDs (#2038) 2019-11-04 14:36:04 -08:00
resources_test.go Add support for GKE Workload Identity (#1810) 2019-10-03 13:45:18 -07:00