8000 Kibana chart helm install failing with Error: INSTALLATION FAILED: failed pre-install: job failed: BackoffLimitExceeded · Issue #1775 · elastic/helm-charts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.
This repository was archived by the owner on May 16, 2023. It is now read-only.
Kibana chart helm install failing with Error: INSTALLATION FAILED: failed pre-install: job failed: BackoffLimitExceeded #1775
Open
@vara-prasadreddy

Description

@vara-prasadreddy

failing both on Kubernetes self hosted and EKS

Chart version:
latest as of 16th Feb 2023

Kubernetes version:
On Self Hosted K8s

$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
ip- Ready 20d v1.26.1
ip- Ready 20d v1.26.1
ip- Ready control-plane 20d v1.26.1

On EKS
kubectl get nodes
NAME STATUS ROLES AGE VERSION
ip-.internal Ready 4h53m v1.24.9-eks-49d8fe8
ip-.internal Ready 4h53m v1.24.9-eks-49d8fe8

Kubernetes provider: E.g. GKE (Google Kubernetes Engine)
Opensource & EKS
Helm Version:

$ helm version --short
v3.11.1+g293b50c

y$ helm install elasticsearch elastic/elasticsearch -n dapr-monitoring --set replicas=1
NAME: elasticsearch
LAST DEPLOYED: Thu Feb 16 19:01:57 2023
NAMESPACE: dapr-monitoring
STATUS: deployed
REVISION: 1
NOTES:

  1. Watch all cluster members come up.
    $ kubectl get pods --namespace=dapr-monitoring -l app=elasticsearch-master -w
  2. Retrieve elastic user's password.
    $ kubectl get secrets --namespace=dapr-monitoring elasticsearch-master-credentials -ojsonpath='{.data.password}' | base64 -d
  3. Test cluster health using Helm test.
    $ helm --namespace=dapr-monitoring test elasticsearch

$ helm install kibana elastic/kibana -n dapr-monitoring
Error: INSTALLATION FAILED: failed pre-install: job failed: BackoffLimitExceeded

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0