GCP GKE Cluster Cloud state and Pulumi state always out of sync #3023
Labels
awaiting-feedback
Blocked on input from the author
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
blocked
The issue cannot be resolved without 3rd party action.
kind/bug
Some behavior is incorrect or out of spec
Describe what happened
I created a GCP GKE cluster with
dns_config
and it re-creates thednsConfig
on everypulumi up
despite no changes to the code or externally to the cluster.pulumi refresh
does not help, but can break things when usingignore_changes
, which then results inpulumi up
failing.Sample program
Where
k8s_sub_domain
is the sub-domain that I use in Google Cloud DNS.Log output
Here's the diff:
Affected Resource(s)
GKE Cluster (i.e.
gcp:container/cluster:Cluster
)Output of
pulumi about
CLI
Version 3.153.1
Go Version go1.23.6
Go Compiler gc
Plugins
KIND NAME VERSION
resource gcp 8.10.2
resource kubernetes 4.18.4
language python 3.153.1
Host
OS darwin
Version 15.3.1
Arch arm64
This project is written in python: executable='.pixi/envs/dev/bin/python3' version='3.13.1'
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: