kubevirt / hyperconverged-cluster-operator

Operator pattern for managing multi-operator products
Apache License 2.0
154 stars 152 forks source link

HCO fails on the first missing CRD #20

Closed rthallisey closed 5 years ago

rthallisey commented 5 years ago

The HCO creates watchers on specific kubevirt APIs. In order to create those watchers, they need to exist so the current behavior in the HCO is to fail is the APIs don't exists. I think the HCO can be a little more dynamic -

kubevirt-bot commented 5 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

/lifecycle stale

rthallisey commented 5 years ago

fixed by https://github.com/kubevirt/hyperconverged-cluster-operator/pull/104