Kubernetes client rate-limiting #2942
Labels
area/inner-dev-loop
area/tools
impact/performance
Something is slower than expected
kind/bug
Some behavior is incorrect or out of spec
kind/engineering
Work that is not visible to an external user
What happened?
I was running the kubernetes provider in a debugger, and attaching to it using
PULUMI_DEBUG_PROVIDERS
. I used the same process for numerous deployments, and eventually the provider transitioned to a failure state, apparently due to client-side rate limiting. Once I restarted the provider process, the problem was fixed.I decided to file an issue because, though my specific case is exotic, there might be a deeper scalability problem in the provider related to rate-limiting in the kube client.
See kubernetes/kubernetes#111880 for more background.
Here's the update made just prior to the first rate-limit error. I'd deliberately used an invalid image
nginxfoo
.Example
N/A
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: