Skip to content

Commit b170854

Browse files
kevindelgadoapelisse
authored andcommitted
docs for field validation GA
1 parent f48a415 commit b170854

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ For a reference to old feature gates that are removed, please refer to
181181
| `SELinuxMountReadWriteOncePod` | `false` | Alpha | 1.25 | |
182182
| `SeccompDefault` | `false` | Alpha | 1.22 | 1.24 |
183183
| `SeccompDefault` | `true` | Beta | 1.25 | |
184-
| `ServerSideFieldValidation` | `false` | Alpha | 1.23 | 1.24 |
185-
| `ServerSideFieldValidation` | `true` | Beta | 1.25 | |
186184
| `ServiceNodePortStaticSubrange` | `false` | Alpha | 1.27 | |
187185
| `SizeMemoryBackedVolumes` | `false` | Alpha | 1.20 | 1.21 |
188186
| `SizeMemoryBackedVolumes` | `true` | Beta | 1.22 | |
@@ -313,6 +311,9 @@ For a reference to old feature gates that are removed, please refer to
313311
| `ServerSideApply` | `false` | Alpha | 1.14 | 1.15 |
314312
| `ServerSideApply` | `true` | Beta | 1.16 | 1.21 |
315313
| `ServerSideApply` | `true` | GA | 1.22 | - |
314+
| `ServerSideFieldValidation` | `false` | Alpha | 1.23 | 1.24 |
315+
| `ServerSideFieldValidation` | `true` | Beta | 1.25 | 1.26 |
316+
| `ServerSideFieldValidation` | `true` | GA | 1.27 | - |
316317
| `ServiceIPStaticSubrange` | `false` | Alpha | 1.24 | 1.24 |
317318
| `ServiceIPStaticSubrange` | `true` | Beta | 1.25 | 1.25 |
318319
| `ServiceIPStaticSubrange` | `true` | GA | 1.26 | - |

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ These situations are:
700700

701701
### Setting the field validation level
702702

703-
{{< feature-state for_k8s_version="v1.25" state="beta" >}}
703+
{{< feature-state for_k8s_version="v1.27" state="stable" >}}
704704

705705
Provided that the `ServerSideFieldValidation` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled (disabled
706706
by default in 1.23 and 1.24, enabled by default starting in 1.25), you can take

0 commit comments

Comments
 (0)