able-doctor-68496
09/14/2021, 8:48 PMkubeconfig
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
billowy-army-68599
09/14/2021, 9:18 PM