Skip to content

Commit

Permalink
Update ReadWriteOncePod feature to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishenzie committed Mar 7, 2023
1 parent 3ea93fa commit d6be5c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ For a reference to old feature gates that are removed, please refer to
| `ProxyTerminatingEndpoints` | `false` | Alpha | 1.22 | 1.25 |
| `ProxyTerminatingEndpoints` | `true` | Beta | 1.26 | |
| `QOSReserved` | `false` | Alpha | 1.11 | |
| `ReadWriteOncePod` | `false` | Alpha | 1.22 | |
| `ReadWriteOncePod` | `false` | Beta | 1.27 | |
| `RecoverVolumeExpansionFailure` | `false` | Alpha | 1.23 | |
| `RemainingItemCount` | `false` | Alpha | 1.15 | 1.15 |
| `RemainingItemCount` | `true` | Beta | 1.16 | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,7 @@ SELinux label of a volume instantly by using a mount option

To benefit from this speedup, all these conditions must be met:

* Alpha feature gates `ReadWriteOncePod` and `SELinuxMountReadWriteOncePod` must
be enabled.
* Alpha feature gate `SELinuxMountReadWriteOncePod` must be enabled.
* Pod must use PersistentVolumeClaim with `accessModes: ["ReadWriteOncePod"]`.
* Pod (or all its Containers that use the PersistentVolumeClaim) must
have `seLinuxOptions` set.
Expand Down

0 comments on commit d6be5c7

Please sign in to comment.