You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having an issue using the latest images of ECK's Elastic + Kibana via Helm Chart, installed with following the quick start guides.
My Kibana pod is in a running state, as is my Elastic pod. The services are all running as well.
There are no errors in the logs to share.
This is what I am seeing:
kubectl get all -n elastic-stack
NAME READY STATUS RESTARTS AGE
pod/elasticsearch-es-default-0 1/1 Running 0 6d2h
pod/es-kb-quickstart-eck-kibana-kb-7c48f78499-fmsvz 1/1 Running 0 6d2h
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/elasticsearch-es-default ClusterIP None <none> 9200/TCP 6d2h
service/elasticsearch-es-http ClusterIP 10.43.55.145 <none> 9200/TCP 6d2h
service/elasticsearch-es-internal-http ClusterIP 10.43.99.193 <none> 9200/TCP 6d2h
service/elasticsearch-es-transport ClusterIP None <none> 9300/TCP 6d2h
service/es-kb-quickstart-eck-kibana-kb-http ClusterIP 10.43.21.65 <none> 5601/TCP 6d2h
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/es-kb-quickstart-eck-kibana-kb 1/1 1 1 6d2h
NAME DESIRED CURRENT READY AGE
replicaset.apps/es-kb-quickstart-eck-kibana-kb-7c48f78499 1 1 1 6d2h
NAME READY AGE
statefulset.apps/elasticsearch-es-default 1/1 6d2h
kubectl get all -n elastic-system
NAME READY STATUS RESTARTS AGE
pod/elastic-operator-0 1/1 Running 23 (2d12h ago) 13d
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/elastic-operator-webhook ClusterIP 10.43.75.75 <none> 443/TCP 13d
NAME READY AGE
statefulset.apps/elastic-operator 1/1 13d
I am having an issue using the latest images of ECK's Elastic + Kibana via Helm Chart, installed with following the quick start guides.
My Kibana pod is in a running state, as is my Elastic pod. The services are all running as well.
There are no errors in the logs to share.
This is what I am seeing:
Additionally, here are logs from the nginx-ingress controller when trying to access the URL:
The text was updated successfully, but these errors were encountered: