Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating labels on GKE fails with "fingerprint mismatch" #477

Open
adamwalach opened this issue Oct 12, 2022 · 2 comments
Open

Updating labels on GKE fails with "fingerprint mismatch" #477

adamwalach opened this issue Oct 12, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@adamwalach
Copy link

What happened?

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

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

@adamwalach adamwalach added the bug Something isn't working label Oct 12, 2022
@mastersingh24
Copy link
Contributor

Could you post your resource spec?

@AtitShetty
Copy link

We are facing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants