Problem installing on GKE #4619
Unanswered
MrPallaBall
asked this question in
Q&A
Replies: 1 comment 8 replies
-
You have two kinds of errors. This one:
Means exactly what it says - you are trying to create a resource which already exists. Probably because you or someone else using your cluster already created it. You can for example use The second error:
Again means exactly what it says. You broker the YAML file probably when editing the namespace. So you need to fix it. Without seeing the complete YAML file, I cannot be more specific than the error message is. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have several problems installing strimzi-kafka-operator on GKE using the official Quickstart https://strimzi.io/docs/operators/latest/quickstart.html#proc-install-product-str
I edit the install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml file and set the STRIMZI_NAMESPACE environment variable as is:
When I execute the command on the official guide I have this stack trace:
Where are my mistakes?
Thaks a lot
Beta Was this translation helpful? Give feedback.
All reactions