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
SecurityPolicy: per-mode service instances for T1/VPC mixed-mode
Replace the single SecurityPolicyService singleton with a per-mode map
keyed by VPCMode (bool). Each SecurityPolicyReconciler now carries an
isVPCMode field that determines which CRD it watches and which service
instance it uses. In mixed-mode clusters, two independent reconcilers
are registered — one for T1 namespaces, one for VPC namespaces.
0 commit comments