Skip to content

Commit

Permalink
Move APIServingWithRoutine to alpha and disabled by default.
Browse files Browse the repository at this point in the history
Kubernetes-commit: b64504d5d4e7ab6dab25bd1f15e2a2a1ffe7ccce
  • Loading branch information
benluddy authored and k8s-publishing-bot committed Jul 30, 2024
1 parent 7514fdb commit 4af1cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

APIServerTracing: {Default: true, PreRelease: featuregate.Beta},

APIServingWithRoutine: {Default: true, PreRelease: featuregate.Beta},
APIServingWithRoutine: {Default: false, PreRelease: featuregate.Alpha},

ValidatingAdmissionPolicy: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32

Expand Down

0 comments on commit 4af1cd7

Please sign in to comment.