microcks / microcks-ansible-operator

Kubernetes Operator for easy setup and management of Microcks installs
Apache License 2.0
24 stars 5 forks source link

Wrong api version for kafka strimzi #91

Closed mhkarimi1383 closed 1 year ago

mhkarimi1383 commented 1 year ago

We have kafka.strimzi.io/v1beta2 is our cluster but this operator is using kafka.strimzi.io/v1beta1 witch is wrong

I want to know if I can change that by envs or it should be fixed?

mhkarimi1383 commented 1 year ago

I'm getting

Failed to find exact match for kafka.strimzi.io/v1beta1.Kafka by [kind, name, singularName, shortNames]

while useStrimziBeta1 set to false

lbroudoux commented 1 year ago

Hi!

useStrimziBeta1 value is false by default. So you don't have to set it explicitly. Kafka resource in kafka.strimzi.io/v1beta2 is created as soon as you have:

Can you check your MicrocksInstall CR values?

mhkarimi1383 commented 1 year ago

Fixed by changing docker image tag of the operator,

please update deploy manifests examples