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 wait option #4

Closed
turkenh opened this issue Jul 23, 2020 · 2 comments · Fixed by #64
Closed

Helm wait option #4

turkenh opened this issue Jul 23, 2020 · 2 comments · Fixed by #64
Assignees
Labels
enhancement New feature or request

Comments

@turkenh
Copy link
Collaborator

turkenh commented Jul 23, 2020

No description provided.

@turkenh turkenh added the enhancement New feature or request label Jul 23, 2020
@srueg
Copy link
Contributor

srueg commented Oct 28, 2020

Would this result in only setting the Ready condition on a Release, once all resources the chart creates are ready?
If yes it would be a great addition 👍
Currently the installation of a chart can silently fail (e.g. stuck in pending) and the Release still goes into Ready state.

@turkenh
Copy link
Collaborator Author

turkenh commented Nov 4, 2020

Yes, similar to helm upgrade --install --wait

It would be an easy addition to make this available as blocking but this is not a good controller pattern. Since, this is already case if chart contains hooks, may be we can fix this issue simply introducing a blocking wait and track making deployments asynchronous as a separate issue.

turkenh added a commit to turkenh/provider-helm that referenced this issue Nov 5, 2020
Closes crossplane-contrib#4

Signed-off-by: Hasan Turken <turkenh@gmail.com>
turkenh added a commit to turkenh/provider-helm that referenced this issue Nov 5, 2020
Closes crossplane-contrib#4

Signed-off-by: Hasan Turken <turkenh@gmail.com>
@turkenh turkenh changed the title Helm wait (not blocking but checking periodically) Helm wait option Nov 5, 2020
@turkenh turkenh mentioned this issue Nov 5, 2020
2 tasks
@turkenh turkenh self-assigned this Nov 5, 2020
@turkenh turkenh added this to the Platform Sprint 11 milestone Nov 5, 2020
turkenh added a commit to turkenh/provider-helm that referenced this issue Nov 13, 2020
Closes crossplane-contrib#4

Signed-off-by: Hasan Turken <turkenh@gmail.com>
negz pushed a commit to negz/provider-helm that referenced this issue Feb 15, 2024
…05-42_+03_2022

Update Go module & replace commons strings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants