I am using pulumi to create a GKE cluster, and kub...
# general
m
I am using pulumi to create a GKE cluster, and kubernetes secrets. Creating the secret fails with
configured Kubernetes cluster is unreachable: unable to load Kubernetes client configuration from kubeconfig file: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable
- how do I get pulumi to use the configuration that it has created for the cluster?