Skip to content

Commit ead0a28

Browse files
bswartzk8s-ci-robot
authored andcommitted
CSI raw block to beta (#12931)
1 parent 98b449d commit ead0a28

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

content/en/docs/concepts/storage/volumes.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1217,20 +1217,16 @@ persistent volume:
12171217

12181218
#### CSI raw block volume support
12191219

1220-
{{< feature-state for_k8s_version="v1.11" state="alpha" >}}
1220+
{{< feature-state for_k8s_version="v1.14" state="beta" >}}
12211221

12221222
Starting with version 1.11, CSI introduced support for raw block volumes, which
12231223
relies on the raw block volume feature that was introduced in a previous version of
12241224
Kubernetes. This feature will make it possible for vendors with external CSI drivers to
12251225
implement raw block volumes support in Kubernetes workloads.
12261226

1227-
CSI block volume support is feature-gated and turned off by default. To run CSI with
1228-
block volume support enabled, a cluster administrator must enable the feature for each
1229-
Kubernetes component using the following feature gate flags:
1230-
1231-
```
1232-
--feature-gates=BlockVolume=true,CSIBlockVolume=true
1233-
```
1227+
CSI block volume support is feature-gated, but enabled by default. The two
1228+
feature gates which must be enabled for this feature are `BlockVolume` and
1229+
`CSIBlockVolume`.
12341230

12351231
Learn how to
12361232
[setup your PV/PVC with raw block volume support](/docs/concepts/storage/persistent-volumes/#raw-block-volume-support).

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ different Kubernetes components.
5555
| `CPUManager` | `true` | Beta | 1.10 | |
5656
| `CRIContainerLogRotation` | `false` | Alpha | 1.10 | 1.10 |
5757
| `CRIContainerLogRotation` | `true` | Beta| 1.11 | |
58-
| `CSIBlockVolume` | `false` | Alpha | 1.11 | |
58+
| `CSIBlockVolume` | `false` | Alpha | 1.11 | 1.13 |
59+
| `CSIBlockVolume` | `true` | Beta | 1.14 | |
5960
| `CSIDriverRegistry` | `false` | Alpha | 1.12 | 1.13 |
6061
| `CSIDriverRegistry` | `true` | Beta | 1.14 | |
6162
| `CSINodeInfo` | `false` | Alpha | 1.12 | 1.13 |

0 commit comments

Comments
 (0)