-
Notifications
You must be signed in to change notification settings - Fork 115
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
Too frequent Client.Timeout #1839
Comments
@liubog2008 Do you have a code snippet that I could try to reproduce this error? |
Maybe you should have a bad network and install many CRDs in kubernetes. |
It's worked fine if network is quick. |
@mikhailshilkov Any progress? |
Adding relevant notes from #2365 above that was closed.
|
I agree with @tusharshahrs , he described the requirements well. But, only the first point is implemented and not solve all issues about k8s cluster connection.
|
Hello!
Issue details
Too many Client.Timeout when I run
pulumi up
. A global CLI timeout option is needed.I don't know whether the problem is because of uncached(only memory cached) openapi schema. Some error outputs:
Maybe disk cached openapi schema is needed (use same cache of kubectl?)
By the way, if I add
--refresh
it will always timeout.Steps to reproduce
Expected:
Actual:
The text was updated successfully, but these errors were encountered: