-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Error when I try to re-deploy chart #10794
Comments
Hi, could you please provide exact steps that you did to reproduce it? The part you mentioned that you redeployed it with:
is by default configured in the |
@liviodonnini Why do you think it is a Strimzi bug? It seems like you (or your Helm?) did not properly uninstall the previous installation, and that is causing some kind of conflict for Helm. I do not think this is something Strimzi can do anything about, among other things, because we do not know what really should be done. Are they some forgotten resources that should be overwritten? Are these actual resources belonging to some other installation that will break if it is overwritten? And so on. |
I downloaded the Strimzi Kafka Operator Helm chart from:
After that, I navigated to the chart’s directory and ran the following command to install it:
Later, I uninstalled the chart with:
After that, I updated the values.yaml file to define a namespace:
However, when I tried to reinstall the Helm chart with the same command, I encountered this error:
It seems that the RoleBindings were not completely removed during the uninstallation, which is now causing conflicts on reinstallation. |
Well, what was in your |
@liviodonnini did you check whether the RoleBindings were present before trying to install the chart? It's possible this error isn't caused by RoleBindings being left behind but instead by you specifying a value in
|
Triaged on 14.11.2024: @liviodonnini could you please have a look on the @katheris comment, if this is the case? Thanks. |
Bug Description
I'm using the strimzi-kafka-operator chart (version 0.44.0), and when I redeployed it with:
I ran into the following issue:
It looks like these RoleBindings are already in place from a previous deployment, and the conflict is stopping the installation. Any guidance on how to resolve this would be greatly appreciated!
Steps to reproduce
No response
Expected behavior
No response
Strimzi version
0.44.0
Kubernetes version
Kubernetes 1.30.2
Installation method
No response
Infrastructure
No response
Configuration files and logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: