hallowed-pilot-39436
11/02/2023, 11:10 AMk8s.Provider
to the new gke-gcloud-auth-plugin
user:
exec:
apiVersion: client.authentication.k8s.io/v1beta1
command: gke-gcloud-auth-plugin
installHint: Install gke-gcloud-auth-plugin for use with kubectl by following
<https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke>
provideClusterInfo: true
After the change to the provider, pulumi wants to replace all of the kubernetes objects:
+- ├─ kubernetes:core/v1:Namespace namespace1 replace [diff: ~metadata,provider]
+- ├─ kubernetes:core/v1:Namespace namespace2 replace [diff: ~metadata,provider]
i tried adding ignoreChanges: ['metadata', 'provider']
but it didn't work - it still trying to replace all of the objects.
any idea on how to prevent the replacement of all of the objects?No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by