operator-framework / kubectl-operator

Manage Kubernetes Operators from the command line
https://operatorframework.io/
Apache License 2.0
128 stars 37 forks source link

Update the plugin to be compatible with OLMv1 `ClusterExtension` kind #90

Closed m1kola closed 8 months ago

m1kola commented 8 months ago

There was a breaking change in operator-controller recently where Operator kind was renamed to ClusterExtension.

Now kubectl operator olmv1 commands fail with errors such as this:

failed to install operator: no matches for kind "Operator" in version "operators.operatorframework.io/v1alpha1"

See https://github.com/operator-framework/operator-controller/pull/568 for more details