Merge pull request #113629 from andrewsykim/apiserver-identity-beta
Promote APIServerIdentity to Beta Kubernetes-commit: 3a99a5954d6497b4238d011cec4d33422d3957a0
This commit is contained in:
commit
7ab335d271
|
|
@ -216,7 +216,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
||||||
|
|
||||||
APIResponseCompression: {Default: true, PreRelease: featuregate.Beta},
|
APIResponseCompression: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
APIServerIdentity: {Default: false, PreRelease: featuregate.Alpha},
|
APIServerIdentity: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
APIServerTracing: {Default: false, PreRelease: featuregate.Alpha},
|
APIServerTracing: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue