There is a mistake in the installation procedure of Strimzi.
The API version of Strimizi has been changed in the following commit.
https://github.com/knative/docs/pull/3603/files
However, the version of Strimzi Operator used in the Strimzi installation procedure has not been changed, so following the procedure will result in a validation error.
https://github.com/knative/docs/tree/83877ca0f686886bf036288e7712bd884303de8e/docs/eventing/samples/kafka#setting-up-apache-kafka
Specifically, the following error will occur.
no matches for kind "Kafka" in version "kafka.strimzi.io/v1beta2
In addition, the configuration file itself has not been able to keep up with the incompatible changes, and parts that were changed to be written in array are still in map.
See the Redesign of the .spec.kafka.listeners section in the following document.
https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.20.0
Expected Behavior
can be installed
Actual Behavior
cannot be installed
There is a mistake in the installation procedure of Strimzi.
The API version of Strimizi has been changed in the following commit.
https://github.com/knative/docs/pull/3603/files
However, the version of Strimzi Operator used in the Strimzi installation procedure has not been changed, so following the procedure will result in a validation error.
https://github.com/knative/docs/tree/83877ca0f686886bf036288e7712bd884303de8e/docs/eventing/samples/kafka#setting-up-apache-kafka
Specifically, the following error will occur.
no matches for kind "Kafka" in version "kafka.strimzi.io/v1beta2In addition, the configuration file itself has not been able to keep up with the incompatible changes, and parts that were changed to be written in
arrayare still inmap.See the
Redesign of the .spec.kafka.listeners sectionin the following document.https://github.com/strimzi/strimzi-kafka-operator/releases/tag/0.20.0
Expected Behavior
can be installed
Actual Behavior
cannot be installed