mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
Merge pull request #118763 from Shubham82/remove_AdvancedAuditing_featuregate
Remove AdvancedAuditing feature gate.
This commit is contained in:
commit
5a1c62b9d1
@ -1085,8 +1085,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
genericfeatures.APIResponseCompression: {Default: true, PreRelease: featuregate.Beta},
|
genericfeatures.APIResponseCompression: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
genericfeatures.AdvancedAuditing: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.28
|
|
||||||
|
|
||||||
genericfeatures.ValidatingAdmissionPolicy: {Default: false, PreRelease: featuregate.Alpha},
|
genericfeatures.ValidatingAdmissionPolicy: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
genericfeatures.CustomResourceValidationExpressions: {Default: true, PreRelease: featuregate.Beta},
|
genericfeatures.CustomResourceValidationExpressions: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
@ -87,16 +87,6 @@ const (
|
|||||||
// Add support for distributed tracing in the API Server
|
// Add support for distributed tracing in the API Server
|
||||||
APIServerTracing featuregate.Feature = "APIServerTracing"
|
APIServerTracing featuregate.Feature = "APIServerTracing"
|
||||||
|
|
||||||
// owner: @tallclair
|
|
||||||
// alpha: v1.7
|
|
||||||
// beta: v1.8
|
|
||||||
// GA: v1.12
|
|
||||||
//
|
|
||||||
// AdvancedAuditing enables a much more general API auditing pipeline, which includes support for
|
|
||||||
// pluggable output backends and an audit policy specifying how different requests should be
|
|
||||||
// audited.
|
|
||||||
AdvancedAuditing featuregate.Feature = "AdvancedAuditing"
|
|
||||||
|
|
||||||
// owner: @cici37 @jpbetz
|
// owner: @cici37 @jpbetz
|
||||||
// kep: http://kep.k8s.io/3488
|
// kep: http://kep.k8s.io/3488
|
||||||
// alpha: v1.26
|
// alpha: v1.26
|
||||||
@ -236,8 +226,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
APIServerTracing: {Default: true, PreRelease: featuregate.Beta},
|
APIServerTracing: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
AdvancedAuditing: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.28
|
|
||||||
|
|
||||||
ValidatingAdmissionPolicy: {Default: false, PreRelease: featuregate.Alpha},
|
ValidatingAdmissionPolicy: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
CustomResourceValidationExpressions: {Default: true, PreRelease: featuregate.Beta},
|
CustomResourceValidationExpressions: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
Loading…
Reference in New Issue
Block a user