Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

helm test failure: timed out waiting for the condition

We have a simple release test for a Redis chart. After running helm test myReleaseName --tls --cleanup, we got

RUNNING: myReleaseName-redis
ERROR: timed out waiting for the condition

There are several issues in Github repository at https://github.com/helm/helm/search?q=timed+out+waiting+for+the+condition&type=Issues but I did not find a solution to it.

What's going on here?

like image 617
Tai Avatar asked Jan 23 '26 01:01

Tai


1 Answers

For me, helm couldn't pull the image as it was in private repo

kubectl get events helped me get the logs.

9m38s       Warning   Failed              pod/airflow-scheduler-bbd8696bf-5mfg7      Failed to pull image 

After authenticating, helm install command worked.

REF: https://github.com/helm/charts/issues/11904

like image 70
JD-V Avatar answered Jan 25 '26 22:01

JD-V



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!