Kubectl can not create elastic podse

root@~# kubectl get elasticsearch
NAME HEALTH NODES VERSION PHASE AGE
quickstart 50s
root@~# kubectl get pods --selector='elasticsearch.k8s.elastic.co/cluster-name=quickstart'
No resources found in default namespace.
root@~# kubectl get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
kubernetes ClusterIP 10.96.0.1 443/TCP 3h6m

what is wrong with this status?
no pods are running.

Blockquote
root@bketc1:~# kubectl get all -n elastic-system
NAME READY STATUS RESTARTS AGE
pod/elastic-operator-0 0/1 Pending 0 3h10m
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/elastic-webhook-server ClusterIP 10.104.100.104 443/TCP 3h11m
NAME READY AGE
statefulset.apps/elastic-operator 0/1 3h10m

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.