Skip to content

Commit 288d24c

Browse files
ialidzhikovk8s-ci-robot
authored andcommitted
Add missing feature gate (#16083)
Signed-off-by: ialidzhikov <[email protected]>
1 parent bd5f789 commit 288d24c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ different Kubernetes components.
7474
| `CustomPodDNS` | `false` | Alpha | 1.9 | 1.9 |
7575
| `CustomPodDNS` | `true` | Beta| 1.10 | 1.13 |
7676
| `CustomPodDNS` | `true` | GA | 1.14 | - |
77+
| `CustomResourceDefaulting` | `false` | Alpha| 1.15 | |
7778
| `CustomResourcePublishOpenAPI` | `false` | Alpha| 1.14 | 1.14 |
7879
| `CustomResourcePublishOpenAPI` | `true` | Beta| 1.15 | |
7980
| `CustomResourceSubresources` | `false` | Alpha | 1.10 | 1.11 |
@@ -266,6 +267,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
266267
- `CustomPodDNS`: Enable customizing the DNS settings for a Pod using its `dnsConfig` property.
267268
Check [Pod's DNS Config](/docs/concepts/services-networking/dns-pod-service/#pods-dns-config)
268269
for more details.
270+
- `CustomResourceDefaulting`: Enable CRD support for default values in OpenAPI v3 validation schemas.
269271
- `CustomResourcePublishOpenAPI`: Enables publishing of CRD OpenAPI specs.
270272
- `CustomResourceSubresources`: Enable `/status` and `/scale` subresources
271273
on resources created from [CustomResourceDefinition](/docs/concepts/api-extension/custom-resources/).

0 commit comments

Comments
 (0)