kudobuilder / kudo

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

Use Verify Installation for `--wait` on init #1662

Closed ANeumann82 closed 4 years ago

ANeumann82 commented 4 years ago

What this PR does / why we need it: Instead of monitoring the statefulset of the KUDO manager, we can use the installers VerifyInstallation to wait for all resources to be healthy.

Fixes #1653