You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to update labels (resourceLabels property) on gke cluster and I get following error:
- lastTransitionTime: "2022-10-10T09:33:42Z"
message: 'update failed: cannot update GKE cluster: googleapi: Error 400: Labels
could not be set due to fingerprint mismatch; try again with the proper fingerprint:
incorrect fingerprint supplied was "", the expected one is "a9dc16a7"., failedPrecondition'
reason: ReconcileError
What happened?
I am trying to update labels (resourceLabels property) on gke cluster and I get following error:
I've searched for similar issues, but the only one I can find is in terraform provider repo - hashicorp/terraform-provider-google#5608
How can we reproduce it?
Create a cluster, set labels in CR, synchronisation process will fail with the error mentioned above.
What environment did it happen in?
Crossplane version: v1.8.1
provider-gcp version: v0.21.0
The text was updated successfully, but these errors were encountered: