storage: CSI inline volumes in beta (#15705)
* storage: CSI inline volumes in beta * storage: remove historic information for CSI inline volumes As pointed out during review, this information is better captured in the feature gates reference page.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f83de3f601
commit
5b2906cfd9
@@ -1315,7 +1315,7 @@ Learn how to
|
|||||||
|
|
||||||
#### CSI ephemeral volumes
|
#### CSI ephemeral volumes
|
||||||
|
|
||||||
{{< feature-state for_k8s_version="v1.15" state="alpha" >}}
|
{{< feature-state for_k8s_version="v1.16" state="beta" >}}
|
||||||
|
|
||||||
This feature allows CSI volumes to be directly embedded in the Pod specification instead of a PersistentVolume. Volumes specified in this way are ephemeral and do not persist across Pod restarts.
|
This feature allows CSI volumes to be directly embedded in the Pod specification instead of a PersistentVolume. Volumes specified in this way are ephemeral and do not persist across Pod restarts.
|
||||||
|
|
||||||
@@ -1342,11 +1342,8 @@ spec:
|
|||||||
foo: bar
|
foo: bar
|
||||||
```
|
```
|
||||||
|
|
||||||
This feature requires CSIInlineVolume feature gate to be enabled:
|
This feature requires CSIInlineVolume feature gate to be enabled. It
|
||||||
|
is enabled by default starting with Kubernetes 1.16.
|
||||||
```
|
|
||||||
--feature-gates=CSIInlineVolume=true
|
|
||||||
```
|
|
||||||
|
|
||||||
CSI ephemeral volumes are only supported by a subset of CSI drivers. Please see the list of CSI drivers [here](https://kubernetes-csi.github.io/docs/drivers.html).
|
CSI ephemeral volumes are only supported by a subset of CSI drivers. Please see the list of CSI drivers [here](https://kubernetes-csi.github.io/docs/drivers.html).
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,8 @@ different Kubernetes components.
|
|||||||
| `CSIBlockVolume` | `true` | Beta | 1.14 | |
|
| `CSIBlockVolume` | `true` | Beta | 1.14 | |
|
||||||
| `CSIDriverRegistry` | `false` | Alpha | 1.12 | 1.13 |
|
| `CSIDriverRegistry` | `false` | Alpha | 1.12 | 1.13 |
|
||||||
| `CSIDriverRegistry` | `true` | Beta | 1.14 | |
|
| `CSIDriverRegistry` | `true` | Beta | 1.14 | |
|
||||||
| `CSIInlineVolume` | `false` | Alpha | 1.15 | - |
|
| `CSIInlineVolume` | `false` | Alpha | 1.15 | 1.15 |
|
||||||
|
| `CSIInlineVolume` | `true` | Beta | 1.16 | - |
|
||||||
| `CSIMigration` | `false` | Alpha | 1.14 | |
|
| `CSIMigration` | `false` | Alpha | 1.14 | |
|
||||||
| `CSIMigrationAWS` | `false` | Alpha | 1.14 | |
|
| `CSIMigrationAWS` | `false` | Alpha | 1.14 | |
|
||||||
| `CSIMigrationAzureDisk` | `false` | Alpha | 1.15 | |
|
| `CSIMigrationAzureDisk` | `false` | Alpha | 1.15 | |
|
||||||
|
|||||||
Reference in New Issue
Block a user