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
MAJOR: Add CAP_NET_BIND to haproxy binary and remove privileged sysctl
Adding CAP_NET_BIND will allow us to remove privileged container for
net.ipv4.ip_unprivileged_port_start sysctl in Helm Chart for rootless
container setups and also support GKE Autopilot. This will however cause
container to stop working on some older hosts due to CONFIG_AUFS_XATTR
not being enabled.
0 commit comments