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
Currently controller behavior is: if multiple TargetGroupPolicies (tgp), VpcAssociationPolicies(vap) apply to the same k8s obj, only the first policy will take effect and the controller will ignore the rest of policies(will print a error log for it). If that happen, we should use a better way to represent this error by updating policy status: for example, If there are two tgps attached to one svc(serviceExport), one policy is set to accepted status and the other one is set to conflicted status.
(Other policies CRDs or even other controller managed k8s objs may also need proper status update )
The text was updated successfully, but these errors were encountered:
Currently controller behavior is: if multiple TargetGroupPolicies (tgp), VpcAssociationPolicies(vap) apply to the same k8s obj, only the first policy will take effect and the controller will ignore the rest of policies(will print a error log for it). If that happen, we should use a better way to represent this error by updating policy status: for example, If there are two tgps attached to one svc(serviceExport), one policy is set to
accepted
status and the other one is set toconflicted
status.(Other policies CRDs or even other controller managed k8s objs may also need proper status update )
The text was updated successfully, but these errors were encountered: