File tree 2 files changed +6
-9
lines changed
reference/command-line-tools-reference
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -1217,20 +1217,16 @@ persistent volume:
1217
1217
1218
1218
# ### CSI raw block volume support
1219
1219
1220
- {{< feature-state for_k8s_version="v1.11 " state="alpha " >}}
1220
+ {{< feature-state for_k8s_version="v1.14 " state="beta " >}}
1221
1221
1222
1222
Starting with version 1.11, CSI introduced support for raw block volumes, which
1223
1223
relies on the raw block volume feature that was introduced in a previous version of
1224
1224
Kubernetes. This feature will make it possible for vendors with external CSI drivers to
1225
1225
implement raw block volumes support in Kubernetes workloads.
1226
1226
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` .
1234
1230
1235
1231
Learn how to
1236
1232
[setup your PV/PVC with raw block volume support](/docs/concepts/storage/persistent-volumes/#raw-block-volume-support).
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ different Kubernetes components.
55
55
| ` CPUManager ` | ` true ` | Beta | 1.10 | |
56
56
| ` CRIContainerLogRotation ` | ` false ` | Alpha | 1.10 | 1.10 |
57
57
| ` 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 | |
59
60
| ` CSIDriverRegistry ` | ` false ` | Alpha | 1.12 | 1.13 |
60
61
| ` CSIDriverRegistry ` | ` true ` | Beta | 1.14 | |
61
62
| ` CSINodeInfo ` | ` false ` | Alpha | 1.12 | 1.13 |
You can’t perform that action at this time.
0 commit comments