Skip to content
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

Pod, Service and Statefull pending #327

Open
FernandoGD97 opened this issue Jul 20, 2020 · 0 comments
Open

Pod, Service and Statefull pending #327

FernandoGD97 opened this issue Jul 20, 2020 · 0 comments

Comments

@FernandoGD97
Copy link

Hi, I have followed the instructions for both sequential (namespace, namespace-default, zookeeper and kafka) and quickstart (kubectl create namespace kafka &&
kubectl apply -k github.com/Yolean/kubernetes-kafka/variants/dev-small/?ref=v6.0.3). However, I get the following result when I run "kubectl -n kafka get all":

NAME READY STATUS RESTARTS AGE
pod/kafka-0 0/1 Pending 0 3m24s
pod/pzoo-0 0/1 Pending 0 3m24s

NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/bootstrap ClusterIP 10.98.52.69 9092/TCP 3m24s
service/broker ClusterIP None 9092/TCP 3m24s
service/pzoo ClusterIP None 2888/TCP,3888/TCP 3m24s
service/zoo ClusterIP None 2888/TCP,3888/TCP 3m24s
service/zookeeper ClusterIP 10.110.246.105 2181/TCP 3m24s

NAME READY AGE
statefulset.apps/kafka 0/1 3m24s
statefulset.apps/pzoo 0/1 3m24s
statefulset.apps/zoo 0/0 3m24s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant