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
Sometimes, the above composition generates 2 integrations for the same resource. We have identified the creation of duplicate resources from CloudTrail events. We are seeing this only for integrations, routes are always created only once.
This leads to orphan integrations when the composite resource gets deleted, because only one of the 2 integrations is removed.
This is similar to #378 and #590, but we are not copying the annotations.
How can we reproduce it?
It's unclear under what conditions this happens, though it appears to be related to the load from the cluster.
What happened?
Composition:
Definition:
Sometimes, the above composition generates 2 integrations for the same resource. We have identified the creation of duplicate resources from CloudTrail events. We are seeing this only for integrations, routes are always created only once.
This leads to orphan integrations when the composite resource gets deleted, because only one of the 2 integrations is removed.
This is similar to #378 and #590, but we are not copying the annotations.
How can we reproduce it?
It's unclear under what conditions this happens, though it appears to be related to the load from the cluster.
What environment did it happen in?
Crossplane version: 1.1.1
AWS provider version: v0.20.0-rc.0.80.ga4a50b5d
Kubernetes version: 1.19
Kubernetes distribution: EKS
The text was updated successfully, but these errors were encountered: