Replies: 1 comment 4 replies
-
the error might suggest some platform mix-up? E.g. amd64 versus arm64? But hard to say for sure without being able to reproduce it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
Attempting to install the Strimzi kafka operator to a KinD cluster results in the operator going into a crash-loop backoff.
My KinD cluster is running on Almalinux 9 (though this shouldn't matter?)
Steps to reproduce
Expected behavior
Would expect the operator to work. It works on other baremetal clusters so this might be something to do with KinD or running inside of a virtualized environment.
Strimzi version
0.41.0
Kubernetes version
v1.29.2
Installation method
Helm Chart
Infrastructure
Bare-Metal
Configuration files and logs
Chart values.yaml
CRD:
Additional context
My KinD cluster is running through Podman if that means anything.
Beta Was this translation helpful? Give feedback.
All reactions