Update ServiceInternalTrafficPolicy feature state

Feature state is beta in v1.22.0.

Signed-off-by: Martin Kennelly <mkennell@redhat.com>
This commit is contained in:
Martin Kennelly 2021-08-27 16:55:47 +01:00
parent 5871321310
commit da78eb5d8a

View File

@ -668,6 +668,7 @@ const (
// owner: @maplain @andrewsykim // owner: @maplain @andrewsykim
// kep: http://kep.k8s.io/2086 // kep: http://kep.k8s.io/2086
// alpha: v1.21 // alpha: v1.21
// beta: v1.22
// //
// Enables node-local routing for Service internal traffic // Enables node-local routing for Service internal traffic
ServiceInternalTrafficPolicy featuregate.Feature = "ServiceInternalTrafficPolicy" ServiceInternalTrafficPolicy featuregate.Feature = "ServiceInternalTrafficPolicy"