Replies: 1 comment 11 replies
-
First thing was the name Maybe if you could share the Kafka CR without templated stuff, it would be great. IDK if for example |
Beta Was this translation helpful? Give feedback.
11 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.
-
Bug Description
For example, the user-operator fails with log:
And yet, the secret does exist:
The pod keeps on failing. Similar with the topic-operator
Other than that, no useful (error) message.
Steps to reproduce
The following takes places in a K3d (
k3d cluster create mycluster --agents 4
, as I can not deploy this yet to our test cluster)There is no difference in installing both strimzi-operator and kafka cluster in the same or different namespaces.
nodepools:
Add them to be sure, network policies:
The values.yaml:
Expected behavior
To have them running, (possibly) without any restarts:
Strimzi version
0.47
Kubernetes version
1.31
Installation method
Helm charts
Infrastructure
3d
Configuration files and logs
keeps on going.
Additional context
Trying to make it work locally on K3d before we go to the process in deploying it to AWS, but due to errors we are not there yet. Sometimes when I delete the pod or do a small change somewhere and do a helm upgrade it might work ?!?!
Beta Was this translation helpful? Give feedback.
All reactions