graduate APIServerTracing featuregate to GA

Kubernetes-commit: 7236f3fc2c2c351f55b93a4ae9eb6ac5efcfb810
This commit is contained in:
David Ashpole 2025-06-16 20:25:37 +00:00 committed by Kubernetes Publisher
parent 7140865be4
commit 3c805a81ea
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
APIServerTracing: {
{Version: version.MustParse("1.22"), Default: false, PreRelease: featuregate.Alpha},
{Version: version.MustParse("1.27"), Default: true, PreRelease: featuregate.Beta},
{Version: version.MustParse("1.34"), Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.37
},
APIServingWithRoutine: {