-
Notifications
You must be signed in to change notification settings - Fork 79
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
[Bug]: Unable to Update ServiceAccountIAMMember #518
Comments
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
/fresh |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
This issue is being closed since there has been no activity for 14 days since marking it as |
I have the same issue but with AWS ECR lifecycle policy:
if anyone have an idea how to avoid that, you are welcome. Many thanks in advance! |
Is there an existing issue for this?
Affected Resource(s)
cloudplatform.gcp.upbound.io/v1beta1 - ServiceAccountIAMMember
Resource MRs required to reproduce the bug
No response
Steps to Reproduce
Apply this manifest:
The resource is created correctly
Once it is created, apply an updated version of the same resource changing spec.forProvider.member
What happened?
Object isn't updated and shows the following error in Status:
Relevant Error Output Snippet
Now, if we try to delete the resource,we get a 404:
Before trying to update it, the object could be removed successfully
Crossplane Version
1.15.0
Provider Version
1.1.0
Kubernetes Version
Client Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.12", GitCommit:"12031002905c0410706974560cbdf2dad9278919", GitTreeState:"clean", BuildDate:"2024-03-15T02:15:31Z", GoVersion:"go1.21.8", Compiler:"gc", Platform:"linux/amd64"} Kustomize Version: v5.0.1 Server Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.11-gke.1062000", GitCommit:"d08e2b8d118069b27c15a6a241af87c9bbba7fdc", GitTreeState:"clean", BuildDate:"2024-02-26T09:17:18Z", GoVersion:"go1.21.7 X:boringcrypto", Compiler:"gc", Platform:"linux/amd64"}
Kubernetes Distribution
GKE
Additional Info
No response
The text was updated successfully, but these errors were encountered: