I am running into issues <https://app.pulumi.com/n...
# general
c
I am running into issues https://app.pulumi.com/naveensrinivasan/eks/updates/21
Copy code
warning: Cluster failed to report its version number; falling back to 1.9%!(EXTRA bool=false)

warning: Cluster failed to report its version number; falling back to 1.9%!(EXTRA bool=false)

Plan apply failed: Get <https://redacted/apis/networking.istio.io/v1alpha3>: net/http: TLS handshake timeout
Plan apply failed: Get <https://redacted/apis/networking.istio.io/v1alpha3>: net/http: TLS handshake timeout
g
Are you able to connect to that k8s cluster with kubectl? Pulumi uses the active kubeconfig to connect, and the failures could be caused by invalid/missing creds.
c
🤦
Sorry forgot to export the kubeconfig
g
FWIW, we're working on ideas to make that process more obvious. It's not a very helpful error message.
c
Great, thanks