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
When using SecurityGroup and SecurityGroupRule together and appending them directly using securityGroupId in the SecurityGroupRule we observed odd behavior of repeated recreation of SecurityGroupRules. By sheer luck I opened the collapsable on securityGroupIdRef and found out about ignoreIngress and ignoreEgress.
How can we reproduce it?
Create a SecurityGroup and use it's ID to create a SecurityGroupRule:
What happened?
When using SecurityGroup and SecurityGroupRule together and appending them directly using securityGroupId in the SecurityGroupRule we observed odd behavior of repeated recreation of SecurityGroupRules. By sheer luck I opened the collapsable on securityGroupIdRef and found out about ignoreIngress and ignoreEgress.
How can we reproduce it?
Create a SecurityGroup and use it's ID to create a SecurityGroupRule:
When using the following SecurityGroup it does not happen:
What environment did it happen in?
Crossplane version: 1.9.1
Kubernetes version (use
kubectl version
): v1.24.0Kubernetes distribution (e.g. Tectonic, GKE, OpenShift): kind
The text was updated successfully, but these errors were encountered: