kubernetesubuntu-20.04cert-manager

getting timed out waiting for the condition when installing cert-manager with helm


helm install \

cert-manager jetstack/cert-manager
--namespace cert-manager
--create-namespace
--version v1.13.0
--set installCRDs=true

Error: INSTALLATION FAILED: failed post-install: 1 error occurred: * timed out waiting for the condition

I did the steps in the site https://cert-manager.io/docs/installation/helm/.

i did try different versions but i got same error.


Solution

  • ı solve the problem with "--debug --dry-run" "helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.7.1 --set installCRDs=true --debug --dry-run".