Closed mhkarimi1383 closed 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
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:
features.async.enabled
== true
features.async.kafka.install
== true
(default value)('route.openshift.io' in api_groups or 'url' in features.async.kafka)
(depends on OpenShift or Kubernetes target)features.async.kafka.use_strimzi_beta1
== false
(default value)Can you check your MicrocksInstall
CR values?
Fixed by changing docker image tag of the operator,
please update deploy manifests examples
We have
kafka.strimzi.io/v1beta2
is our cluster but this operator is usingkafka.strimzi.io/v1beta1
witch is wrongI want to know if I can change that by envs or it should be fixed?