@@ -4040,12 +4040,6 @@ data:
40404040 # AllBeta is a global toggle for beta features. Per-feature key values override the default set by AllBeta.
40414041 # AllBeta: false
40424042
4043- # Enable AntreaProxy which provides ServiceLB for in-cluster Services in antrea-agent.
4044- # It should be enabled on Windows, otherwise NetworkPolicy will not take effect on
4045- # Service traffic. Note that this feature gate is deprecated since this feature was
4046- # promoted to GA in v1.14.
4047- # AntreaProxy: true
4048-
40494043 # Enable support for cleaning up stale UDP Service conntrack connections in AntreaProxy. This requires AntreaProxy to
40504044 # be enabled, otherwise this flag will not take effect.
40514045 # CleanupStaleUDPSvcConntrack: true
@@ -4056,9 +4050,6 @@ data:
40564050 # Enable PacketCapture feature which supports capturing packets to diagnose network issues.
40574051 # PacketCapture: false
40584052
4059- # Enable NodePortLocal feature to make the Pods reachable externally through NodePort
4060- # NodePortLocal: true
4061-
40624053 # Enable Antrea ClusterNetworkPolicy feature to complement K8s NetworkPolicy for cluster admins
40634054 # to define security policies which apply to the entire cluster, and Antrea NetworkPolicy
40644055 # feature that supports priorities, rule actions and externalEntities in the future.
@@ -5511,7 +5502,7 @@ spec:
55115502 kubectl.kubernetes.io/default-container : antrea-agent
55125503 # Automatically restart Pods with a RollingUpdate if the ConfigMap changes
55135504 # See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
5514- checksum/config : 2a32d839f33b5904610fe474c008497237db33594a1672de7657ce6306e11d6e
5505+ checksum/config : 40949a7f8417c0a9d329bd0a0b5dc369a7bfb4cadd949098c4fab489e6bc7618
55155506 checksum/ipsec-secret : d0eb9c52d0cd4311b6d252a951126bf9bea27ec05590bed8a394f0f792dcb2a4
55165507 labels :
55175508 app : antrea
@@ -5803,7 +5794,7 @@ spec:
58035794 annotations :
58045795 # Automatically restart Pod if the ConfigMap changes
58055796 # See https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
5806- checksum/config : 2a32d839f33b5904610fe474c008497237db33594a1672de7657ce6306e11d6e
5797+ checksum/config : 40949a7f8417c0a9d329bd0a0b5dc369a7bfb4cadd949098c4fab489e6bc7618
58075798 labels :
58085799 app : antrea
58095800 component : antrea-controller
0 commit comments