kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.18k stars 103 forks source link

KUDO init --wait should reuse code in `InstallVerifier` if possible #1653

Closed alenkacz closed 4 years ago

alenkacz commented 4 years ago

What would you like to be added: This code looks very similar to the current implementation of wait only now wait just waits for controller, not the other parts (although maybe that's enough? When controller is up, does that mean that all other resources from the verifiers would be up as well?)

Why is this needed: Just to reuse code in the verifiers as we should probably also wait for CRDs in --wait