This message was deleted.
# general
s
This message was deleted.
a
Copy code
GET:<https://172.21.0.1:443/apis/apps/v1/namespaces/beta/deployments?limit=500&resourceVersion=0>
i want to try out creating new resources with a higher value for the
limit
param here, how can i change it?
e
Does this work if you set
--parallel=1
?
a
will try that out and let you know! thanks
cc @narrow-judge-54785
n
Even if the
--paralllel=1
would be a workaround, and it think there's a good chance. Did u see this error anywhere else before? ideally we would fix it and be able to do parallel deploys.
e
I haven't. But might be worth raising at https://github.com/pulumi/pulumi-kubernetes k8s isn't something I work with much
g
I’m not sure why you’d be getting EOF errors like that, but you can fix the client-side throttling warning by adjusting the kube client settings. I have the following set in my local environment, and you can also set those values directly on a Provider resource:
Copy code
PULUMI_K8S_CLIENT_BURST=120
PULUMI_K8S_CLIENT_QPS=50