Skip to content

Is it possible to stop reconciliation of a HelmRelease before timeout? #1000

Answered by hiddeco
ilya-git asked this question in Q&A
Discussion options

You must be logged in to vote

The timed out waiting for the condition comes from Helm.

What the controller does equals to using the --wait flag while running helm install or helm upgrade. Exiting this process early is not possible as the controller has no idea what Helm is waiting for or what specific error it times out on, that's something only you, as a human and user, are able to observe based on detecting the error and triaging what goes wrong.

It is possible to disable the --wait behavior by configuring disableWait. In most cases you do however not want to do this, as this may result in errors going unnoticed.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ilya-git
Comment options

@hiddeco
Comment options

@ilya-git
Comment options

Answer selected by ilya-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants