Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm Install fails #11301

Open
Mihai-CMM opened this issue Sep 4, 2024 · 0 comments
Open

Helm Install fails #11301

Mihai-CMM opened this issue Sep 4, 2024 · 0 comments
Labels
bug Bug report

Comments

@Mihai-CMM
Copy link

After installing the pre-req the main helm datahub fails


NAME            NAMESPACE       REVISION        UPDATED                                         STATUS          CHART                            APP VERSION
prerequisites   datahub         1               2024-09-04 14:07:31.779186499 +0200 CEST        deployed        datahub-prerequisites-0.1.13

NAME                                    READY   STATUS      RESTARTS       AGE
datahub-elasticsearch-setup-job-t9t8z   0/1     Completed   0              2m59s
datahub-kafka-setup-job-7xnpq           1/1     Running     0              2m55s
elasticsearch-master-0                  1/1     Running     0              9m32s
prerequisites-kafka-broker-0            1/1     Running     1 (9m6s ago)   9m32s
prerequisites-mysql-0                   1/1     Running     0              9m32s
prerequisites-zookeeper-0               1/1     Running     0              9m32s

helm -n datahub install datahub datahub/datahub  --debug
install.go:222: [debug] Original chart version: ""
install.go:239: [debug] CHART PATH: /root/.cache/helm/repository/datahub-0.4.24.tgz

client.go:486: [debug] Starting delete for "datahub-elasticsearch-setup-job" Job
wait.go:104: [debug] beginning wait for 1 resources to be deleted with timeout of 5m0s
client.go:142: [debug] creating 1 resource(s)
client.go:712: [debug] Watching for changes to Job datahub-elasticsearch-setup-job with timeout of 5m0s
client.go:740: [debug] Add/Modify event for datahub-elasticsearch-setup-job: ADDED
client.go:779: [debug] datahub-elasticsearch-setup-job: Jobs active: 0, jobs failed: 0, jobs succeeded: 0
client.go:740: [debug] Add/Modify event for datahub-elasticsearch-setup-job: MODIFIED
client.go:779: [debug] datahub-elasticsearch-setup-job: Jobs active: 1, jobs failed: 0, jobs succeeded: 0
client.go:740: [debug] Add/Modify event for datahub-elasticsearch-setup-job: MODIFIED
client.go:779: [debug] datahub-elasticsearch-setup-job: Jobs active: 0, jobs failed: 0, jobs succeeded: 0
client.go:740: [debug] Add/Modify event for datahub-elasticsearch-setup-job: MODIFIED
client.go:486: [debug] Starting delete for "datahub-kafka-setup-job" Job
wait.go:104: [debug] beginning wait for 1 resources to be deleted with timeout of 5m0s
client.go:142: [debug] creating 1 resource(s)
client.go:712: [debug] Watching for changes to Job datahub-kafka-setup-job with timeout of 5m0s
client.go:740: [debug] Add/Modify event for datahub-kafka-setup-job: ADDED
client.go:779: [debug] datahub-kafka-setup-job: Jobs active: 1, jobs failed: 0, jobs succeeded: 0
client.go:740: [debug] Add/Modify event for datahub-kafka-setup-job: MODIFIED
client.go:779: [debug] datahub-kafka-setup-job: Jobs active: 1, jobs failed: 0, jobs succeeded: 0
Error: INSTALLATION FAILED: failed pre-install: 1 error occurred:
       * timed out waiting for the condition


helm.go:84: [debug] failed pre-install: 1 error occurred:
       * timed out waiting for the condition


INSTALLATION FAILED
main.newInstallCmd.func2
       helm.sh/helm/v3/cmd/helm/install.go:158
github.com/spf13/cobra.(*Command).execute
       github.com/spf13/[email protected]/command.go:983
github.com/spf13/cobra.(*Command).ExecuteC
       github.com/spf13/[email protected]/command.go:1115
github.com/spf13/cobra.(*Command).Execute
       github.com/spf13/[email protected]/command.go:1039
main.main
       helm.sh/helm/v3/cmd/helm/helm.go:83
runtime.main
       runtime/proc.go:271
runtime.goexit
       runtime/asm_amd64.s:1695
@Mihai-CMM Mihai-CMM added the bug Bug report label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

2 participants
@Mihai-CMM and others