-
Notifications
You must be signed in to change notification settings - Fork 735
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
zoo pod stuck in Pending #241
Comments
What is the output if you do |
@Jacobh2 looks like it can't find volume even though storage class exists.
|
I have the same problem. You'll notice the |
Storage classes were always meant to be custom. The stuff in https://github.com/Yolean/kubernetes-kafka/tree/master/configure is basically just examples. With regional volumes GKE clusters will have to adapt the examples as well. It is of course optional to have |
@solsson what is the recommendation? To add availability zones? |
There is no recommendation :) There is only examples. You need to make the trade-offs, cost/availability etc. The zookeeper readme refers to some background, but I see now that it's from before #191. |
Thanks @solsson I guess I am still a little unclear as to what the "pod has unbound PersistentVolumeClaims" is referring to. Storage class names I have changed to be "kafka-zookeeper" |
@solsson weird, I deleted everything in the namespace, deleted all storage classes and it seems to be running now (at least containers are started and everything is in running state). |
Hi folks,
I followed the instructions for standing up the k8s cluster with running things in the following order:
The logs seem fine but when I go to see the pods I get pod/zoo-0 and zoo-1 stuck in Pending
Any thoughts on what is going on here? Any help is appreciated.
The text was updated successfully, but these errors were encountered: