Hi all, has anyone worked with deploying to GKE wi...
# general
k
Hi all, has anyone worked with deploying to GKE with a large amount of K8s resources? I seem to be running into some limits on the API and have had to limit my parallelism to prevent timeouts to the cluster. Would prefer to not have to throttle since it makes it quite slow.
Error I get without limiting parallelism
Copy code
error: Preview failed: Kubernetes cluster unreachable: Get "https://<removed>/version?timeout=32s": net/http: request canceled (Client.Timeout exceeded while awaiting headers)