I am tryng to install Kubeless on Kubernetes. When I ran kubectl get pods -n kubeless
, I gove this output:
NAME READY STATUS RESTARTS AGE
kafka-0 0/1 Pending 0 7m
kubeless-controller-b54bc9db6-fl276 0/1 Pending 0 7m
zoo-0 0/1 Pending 0 7m
I waited some minutes and ran it again but status won't change. How can I fixed it and install Kubeless?
I didn't meet this problem while installing. but here are some advice I could support for you:
Maybe following site will help you: Kafka and Zookeeper Persistent Volume creation
kubectl describe pod kubeless-controller-b54bc9db6-fl276 -n kubeless
kubectl logs kubeless-controller-b54bc9db6-fl276 -n kubeless
docker logs [container with your pod]
Hope upper tips could help you.