Skip to content

Unable to properly install kafkabridge crd #788

Answered by scholzj
Zia- asked this question in Q&A
Discussion options

You must be logged in to vote

Well, ChatGTP was wrong and right at the same time I guess. That is not the way how you install the CRD => the &crd=kafka-bridge is completely made up. But it is not enough to install a single CRD. You have to install the whole operator, which is done by this command kubectl apply -f 'https://strimzi.io/install/latest?namespace=kafka. So it was lucky.

The error you are getting is because you are using an old version of the custom resource => this is because you copied it from a blog post from 2019 ;-). We have up to date examples on GitHub (https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/bridge/kafka-bridge.yaml) and in the docs. Or in the case of the Bridge, you can …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Zia-
Comment options

Answer selected by Zia-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #787 on April 19, 2023 17:40.