Do I have to do something different for GCP when u...
# general
e
Do I have to do something different for GCP when using StackReference to generate the provider from the kubeconfig? Because it doesn't seem to work for me...
It seems if you are using StackReference to create a provider in your microstacks for GCP you must match the Provider names you pass in or it does not work properly.
r
gcp uses a bit of a different style of kubeconfigs referencing the
gcloud
tool for auth. Check the samples here: https://github.com/pulumi/examples/blob/25368010c25a4413e45796058b6851ecaf653a47/gcp-ts-gke/cluster.ts#L25