infrastructure-as-types icon indicating copy to clipboard operation
infrastructure-as-types copied to clipboard

Await readiness of deployed resources

Open PawelLipski opened this issue 5 years ago • 1 comments

An option in that would act like helm upgrade --wait (wait until deployed resources are ready) would be useful.

Using kubectl wait for that purpose is kinda hard to scale (did I remember to wait on all deployed resources)?

PawelLipski avatar Aug 06 '20 08:08 PawelLipski

E.g. look here... I waited for frontend to be ready, but not for redis: https://app.circleci.com/pipelines/github/VirtusLab/infrastructure-as-types/47/workflows/65518c10-2094-454b-acfa-1e7c08e82762/jobs/67

PawelLipski avatar Aug 06 '20 08:08 PawelLipski