many-pencil-40333
07/31/2023, 8:31 PMkubernetes:<http://helm.sh/v3:Release|helm.sh/v3:Release> (ingress-nginx):
error: could not get server version from Kubernetes: Get "https://<redacted ip>/version?timeout=32s": dial tcp <redacted ip>:443: i/o timeout
anyone know why the helm release resource seems to be making the above api call despite the cluster itself not being up yet? The cluster resource is currently in depends_on
salmon-account-74572
07/31/2023, 8:38 PMdepends_on
would handle it, but if you aren’t using an explicit provider you might need to do that.many-pencil-40333
07/31/2023, 9:07 PMsalmon-account-74572
07/31/2023, 9:12 PMkubernetes-gcp-{lang}
templates in https://github.com/pulumi/templates should have an example of generating a Kubeconfig for GKE.many-pencil-40333
07/31/2023, 9:25 PMsalmon-account-74572
07/31/2023, 11:05 PM