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_resource timeout #466

Open
AlmogBaku opened this issue Dec 28, 2022 · 2 comments
Open

helm_resource timeout #466

AlmogBaku opened this issue Dec 28, 2022 · 2 comments

Comments

@AlmogBaku
Copy link

When installing multiple helms, Tilt fails with a timeout error(due to the waiting for Helm to finish the process).

This requires me to trigger an update manually.

@AndriiP-AIT
Copy link

AndriiP-AIT commented Aug 22, 2024

👍 for addressing this issue. It would be helpful to add the ability to specify a --timeout option for helm_resource in the helm-apply-helper.py script found here: https://github.com/tilt-dev/tilt-extensions/blob/master/helm_resource/helm-apply-helper.py. This is important because not all services can start within the default 5-minute timeframe.

@AndriiP-AIT
Copy link

This is expected to be set via flags:

helm_resource(
...
    flags=[
        '--timeout', '10m',
    ]
...
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants