Skip to content

Commit

Permalink
bump validatingadmissionpolicy alpha->beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zielenski committed Jul 22, 2023
1 parent d0814fa commit 5e2e8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

genericfeatures.APIResponseCompression: {Default: true, PreRelease: featuregate.Beta},

genericfeatures.ValidatingAdmissionPolicy: {Default: false, PreRelease: featuregate.Alpha},
genericfeatures.ValidatingAdmissionPolicy: {Default: false, PreRelease: featuregate.Beta},

genericfeatures.CustomResourceValidationExpressions: {Default: true, PreRelease: featuregate.Beta},

Expand Down
2 changes: 1 addition & 1 deletion staging/src/k8s.io/apiserver/pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

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

ValidatingAdmissionPolicy: {Default: false, PreRelease: featuregate.Alpha},
ValidatingAdmissionPolicy: {Default: false, PreRelease: featuregate.Beta},

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

Expand Down

0 comments on commit 5e2e8c8

Please sign in to comment.