Merge pull request #130673 from gauravkghildiyal/kep-4444-ga

Promote ServiceTrafficDistribution feature-gate to GA and update docs with latest descriptions
This commit is contained in:
Kubernetes Prow Robot
2025-03-12 08:23:47 -07:00
committed by GitHub
12 changed files with 72 additions and 149 deletions

View File

@@ -713,6 +713,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
ServiceTrafficDistribution: {
{Version: version.MustParse("1.30"), Default: false, PreRelease: featuregate.Alpha},
{Version: version.MustParse("1.31"), Default: true, PreRelease: featuregate.Beta},
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // GA and LockToDefault in 1.33, remove in 1.36
},
SidecarContainers: {