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
Remove the controller's auto-injected pod anti-affinity logic
(mergeAffinityWithHostNetworkAntiAffinity, portsOverlap,
computeHostNetworkConflicts) and the associated controller port fields
that were only used for port-conflict detection.
Users are now responsible for configuring affinity/anti-affinity rules
independently for the controller and the default PolicyServer through
their respective Helm charts. Each chart provides a dedicated 'affinity'
key that takes precedence over 'global.affinity' for backward
compatibility.
The --host-network flag and CRD port fields (webhookPort,
readinessProbePort, metricsPort) are preserved unchanged.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments