This message was deleted.
# kubernetes
s
This message was deleted.
f
did you try locally first installing the
gke-gcloud-auth-plugin
and fetching new k8s config? Not sure about the recreate (did it 1year ago don;t remember). but what does the details say for the metadata and provider? you are initalizing the provider with
Copy code
const k8sProvider = new k8s.Provider(`k8s-provider-name`, {
  kubeconfig,
});
also does the
kubeconfig
variable updates correctly?
h
yes the plugin is already updated locally. the details are just replacing fields in the metadata like manager
Copy code
~ manager   : "pulumi-resource-kubernetes.exe" => "pulumi-kubernetes-c75463ba"
and some of the managed fields, time etc... and changing the provider (as expected).