I’m struggling with a k8s provider issue. I’m pass...
# general
a
I’m struggling with a k8s provider issue. I’m passing in a specific
kubeconfig
in the
pulumi_kubernetes.Provider
, but it still seems to be getting the kubeconfig from my
~/.kube/config
somehow… I tried
pulumi --logtostderr -v=9
, but I see the correct kubeconfig logged multiple times, and then it errors out with:
error: configured Kubernetes cluster is unreachable: unable to load schema information from the API server: Get "<https://wrong-domain:443/openapi/v2?timeout=32s>": dial tcp: lookup wrong-domain on 192.168.1.1:53: no such host
b
Can you share your code?