Hello everyone! I'm trying to deploy Datahub on A...
# troubleshoot
g
Hello everyone! I'm trying to deploy Datahub on AWS following instructions located here: https://datahubproject.io/docs/deploy/aws/ - > deployed cluster and installed everything on my machine https://datahubproject.io/docs/deploy/kubernetes/ -> created secrets, created repo and tried install prerequisites after trying install prerequisites, prerequisites-cp-schema-registry keeps crashloopbackoff and restarting by himself and the others prerequisites keeps on "pending" state. Can someone help me debug this? I'm not very familiar about kubernetes. kubectl get pods Printscreen:
s
You need to check the logs of the schema registry to see what is happening and why everything is in Pending state.
kubectl logs -f POD_NAME_HERE
Copy code
kubectl describe POD_NAME_HERE
g
I guess it didnt returned a lot of information...
s
pass
-c cp-schema-registry-server
with the command
g
with the pod that keeps crashlooping:
kubectl logs -f prerequisites-cp-schema-registry-6f4b5b894f-wlvn5 -c cp-schema-registry-server
looks like a problem with broker causing timeout, you know how to investigate this better? thank you very much for your help Aseem
g
Hi, I’m experencing exactly same issue that Prado describes. Please let me know how did you solve this problem.🙏
In my case, Every PVC was in pending status when
kubectl get pvc
It was matter of permission. so I had followed guide for using PV and it had solved.