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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
Clusters created after enabling fleet default configuration result in error vertex "module.user_clusters.google_gke_hub_feature_membership.gke_hub_feat_member[\"XYZ"]" error: Error creating FeatureMembership: Resource already exists - apply blocked by lifecycle params: &gkehub.FeatureMembership{Mesh:(*gkehub.FeatureMembershipMesh)(0x6eadc80), Configmanagement:(*gkehub.FeatureMembershipConfigmanagement)(0xc001df23c0), Policycontroller:(*gkehub.FeatureMembershipPolicycontroller)(0x6eadca0), Project:(*string)(0xc001d90780), Location:(*string)(0xc001d902c0), Feature:(*string)(0xc001d90280), Membership:(*string)(0xc001d90300), MembershipLocation:(*string)(0xc001d906a0)}. .
After changing logs level to debug, I noticed in GCP API response contains
Since some config is enabled due to fleet default membership when we try to create resource google_gke_hub_feature_membership it always results in conflict error above.
Steps to reproduce
Create google_gke_hub_feature with fleet default configuration enabled.
Create new cluster GKE/GDC.
Add google_gke_hub_feature_membership config management for above cluster.
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Community Note
Terraform Provider Version: 6.17.0
Terraform Version & Provider Version(s)
Terraform v1.9.7
on darwin_amd64
Affected Resource(s)
Terraform Configuration
No response
Debug Output
Expected Behavior
No response
Actual Behavior
Clusters created after enabling fleet default configuration result in error
vertex "module.user_clusters.google_gke_hub_feature_membership.gke_hub_feat_member[\"XYZ"]" error: Error creating FeatureMembership: Resource already exists - apply blocked by lifecycle params: &gkehub.FeatureMembership{Mesh:(*gkehub.FeatureMembershipMesh)(0x6eadc80), Configmanagement:(*gkehub.FeatureMembershipConfigmanagement)(0xc001df23c0), Policycontroller:(*gkehub.FeatureMembershipPolicycontroller)(0x6eadca0), Project:(*string)(0xc001d90780), Location:(*string)(0xc001d902c0), Feature:(*string)(0xc001d90280), Membership:(*string)(0xc001d90300), MembershipLocation:(*string)(0xc001d906a0)}.
.After changing logs level to debug, I noticed in GCP API response contains
Since some config is enabled due to fleet default membership when we try to create resource
google_gke_hub_feature_membership
it always results in conflict error above.Steps to reproduce
google_gke_hub_feature
with fleet default configuration enabled.google_gke_hub_feature_membership
config management for above cluster.Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: