Skip to content

Commit b7a3790

Browse files
committed
Add feature gate for MutatingAdmissionPolicy in v1.30
1 parent 10dff0b commit b7a3790

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: MutatingAdmissionPolicy
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.30"
12+
---
13+
In Kubernetes {{< skew currentVersion >}}, this feature gate has no effect.
14+
A future release of Kubernetes may use this feature gate to enable
15+
the MutatingAdmissionPolicy in admission chain.
16+

0 commit comments

Comments
 (0)