Skip to content

Polyaxon CE fresh deployment never finishes #1473

Discussion options

You must be logged in to vote

The firts step is to cehck if you are using the --wait flag with Helm, if yes the deployment will not pass because there's helm hook.

The reason of the deadlock: helm waits forever for API to be healthy and the API is waiting for the hook to initialize the database.

More info about the helm deadlock issue: helm/helm#5118

For ArgoCD, the flag is set to true automatically: argoproj/argo-cd#6880

For the Terraform provider for helm release, the flag is set to true by default: https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release#wait and should be set it to false.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by polyaxon-team
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant