Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Kibana fails install because of wrong order of pre-install hooks #1756

Open
michael-wirth opened this issue Jan 13, 2023 · 0 comments
Open

Comments

@michael-wirth
Copy link

Chart version:
8.5.1

Kubernetes version:
v1.24.6

Kubernetes provider:
Azure

Helm Version:
version.BuildInfo{Version:"v3.10.3", GitCommit:"835b7334cfe2e5e27870ab3ed4135f136eecc704", GitTreeState:"clean", GoVersion:"go1.18.9"}

helm get release output

helm install test-kibana elastic/elasticsearch
Error: INSTALLATION FAILED: failed pre-install: timed out waiting for the condition

Describe the bug:
The pre-install script fails to start because of a missing mount (configmap kibana-helm-scripts)
image

Steps to reproduce:

  1. helm install elasticsearch elastic/elasticsearch
  2. helm install kibana elastic/kibana

Expected behavior:
The configmap "kibana-helm-scripts" is installed before the pre-install job is started.

@michael-wirth michael-wirth changed the title Kibana fails install because of wrong order of pre-install tasks Kibana fails install because of wrong order of pre-install hooks Jan 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant