Replies: 13 comments
-
Can you please share the exact steps to reproduce it? |
Beta Was this translation helpful? Give feedback.
-
@scholzj edited comment I wrote. |
Beta Was this translation helpful? Give feedback.
-
I tried the following commands:
and
and both seem to work completely fine. The
It deploys the operator watching all namespaces. |
Beta Was this translation helpful? Give feedback.
-
can you share whole the values.yaml you tested? |
Beta Was this translation helpful? Give feedback.
-
That ^^^ is exactly what is in my |
Beta Was this translation helpful? Give feedback.
-
This is my whole values.yaml.
And this is log in strimzi-cluster-operator. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I guess a start would be to share the full log from the operator & full log from the installation and the YAMLs it generated. You should probably also consider removing from the YAML file the things which you are not changing. That will make it much more obvious what you changed. |
Beta Was this translation helpful? Give feedback.
-
I'm passing along the full log here with watchAnyNamespace value only. The first time I tested it, I included values that didn't change, but after that I didn't include any settings in the YAML file other than watchAnyNamespace. |
Beta Was this translation helpful? Give feedback.
-
I think there is some issue in your environment. Because for me it simply works:
|
Beta Was this translation helpful? Give feedback.
-
Thank you so much for sharing the details. |
Beta Was this translation helpful? Give feedback.
-
It could be a different version of something ... I don't know. But maybe if you can try to repeat the steps from above, we can see if with your versions it works or not and get closer to it. |
Beta Was this translation helpful? Give feedback.
-
Triaged on 1.6.2023: Seems more like an individual issue rather than a bug in the Helm Chart. Should be converted to a discussion for the time being. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
When I tried to install strimzi-kafka-operator via helm chart with custom values file,
below option is not applied.
values file, adding something like this seems to work.
Steps to reproduce
When run as above, the operator will only monitor the kafka namespace.
When run as above, the operator will monitor all namespaces.
No response
Expected behavior
No response
Strimzi version
0.34.0
Kubernetes version
1.23
Installation method
No response
Infrastructure
No response
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions