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

Getting "context deadline exceeded" error when using "wait:True" #104

Closed
jasseeeem opened this issue Dec 13, 2023 · 2 comments
Closed

Getting "context deadline exceeded" error when using "wait:True" #104

jasseeeem opened this issue Dec 13, 2023 · 2 comments

Comments

@jasseeeem
Copy link

jasseeeem commented Dec 13, 2023

I'm attempting to sequentially patch deployments within my cluster, waiting for each deployment to reach the READY state before moving to the next. I added the 'wait' flag in the body for this purpose, but I'm encountering the following error in the process: client rate limiter wait returned an error: context deadline exceeded

How to fix this issue?

Related issue: #66

@opskumu
Copy link
Owner

opskumu commented Dec 13, 2023

When setting wait, it will wait for as long as --timeout, helm default timeout 5m0s, helm-wrapper without set default time. already fix it.

@jasseeeem
Copy link
Author

Thank you @opskumu. Updating the helm-wrapper version from 1.0.0 to 1.0.2 fixed the issue.

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