Broker Pod stuck in Init state - PVC Problem #987
Answered
by
mkuratczyk
marcelloraffaele
asked this question in
Q&A
-
Hi Team,
The problem seems to be a problem with PVC/PV.
Is there a way to force the restart of this pod? Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
mkuratczyk
Mar 11, 2022
Replies: 1 comment 2 replies
-
This sounds like a problem with your Kubernetes / storage you use in Kubernetes. The other two pods started fine so the definition of the statefulset/pod is correct, it's just that your Kubernetes cluster seems unable to provision another volume. If you want to fore a restart/retry, just delete the pod |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mkuratczyk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This sounds like a problem with your Kubernetes / storage you use in Kubernetes. The other two pods started fine so the definition of the statefulset/pod is correct, it's just that your Kubernetes cluster seems unable to provision another volume.
If you want to fore a restart/retry, just delete the pod
kubectl delete pod broker-server-0
.