-
Hello, I have problems when using local storage for my Kafka cluster on Kubernetes. The error I'm getting was also mentioned here: 9629, but I don't see a solution for my current problem. The operater is 5 days old - installed via Using ephemeral storage type instead, the cluster runs w/o any errors. The error occurs only with the local storage. Any help is very welcome! My cluster with local storage is configuared as follows:
The log of the operator shows the a connection error:
And here is the configuration the operator has started with:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
If the PVC and the volumes are bound and the Pods are still Pending, you would have to check why are they Pending. The Pods should have some more details in its events. It could be something with scheduling, but the events should tell it for sure. As for the operator error - it is hard to say from a single exception. It could be some temporary networking glitch, or lasting networking issue or something more. But that is hard to determine even from a full log. |
Beta Was this translation helpful? Give feedback.
-
By the way... it also kills my nodes
|
Beta Was this translation helpful? Give feedback.
No, the scheduling and binding is done by Kubernetes. That said, it seems strange if the PVCs are bound to the volumes on these nodes and Kubernetes says it cannot schedule the pods there because of them 🤔.