kudobuilder / kudo

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

Fix kudo init --verify on cluster without KUDO #1757

Closed ANeumann82 closed 3 years ago

ANeumann82 commented 3 years ago

Signed-off-by: Andreas Neumann aneumann@mesosphere.com

What this PR does / why we need it: Don't throw exception when running kudo init --verify against a cluster without KUDO

Fixes #1753