Readiness probe failed: Get https://5601/login: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

ECK operator 1.0.0 GA
Kibana readiness probe fails

I am using the same config provided by eck docs
<
apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
metadata:
name: quickstart
spec:
version: 7.5.2
count: 1
elasticsearchRef:
name: quickstart

Hi there Kumar,

We need a few more informations in order to be able to help you:
This is the normal framework for ECK issues:

Environment

  • ECK version:
    insert version or git commit id here
  • Kubernetes information:
    insert any information about your Kubernetes environment that could help us:
    • On premise ?
    • Cloud: GKE / EKS / AKS ?
    • Kubernetes distribution: Openshift / Rancher / PKS ?
      for each of them please give us the version you are using
      '''
      $ kubectl version
      '''
  • Resource definition:
    '''
    if relevant insert the resource definition
    '''
  • Logs:
    '''
    insert operator logs or any relevant message to the issue here
    '''

Also, you might want to run the diagnostic tool as well: https://github.com/elastic/cloud-on-k8s/issues/2115#issuecomment-553833213

On top of that, looking at the url for the Kibana instance, it seems that the hostname is missing for the Kibana instance. Are you sure that your configs are OK?

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