You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/ephemeral-local-volumes.md
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@
7
7
Status | Min K8s Version | Max K8s Version
8
8
--|--|--
9
9
Alpha | 1.15 | 1.15
10
-
Beta | >=1.16 | -
10
+
Beta | 1.16 | 1.24
11
+
GA | 1.25
11
12
12
13
### Generic Ephemeral Inline Volumes
13
14
@@ -202,21 +203,12 @@ The presence of `ReadOnly: true` in the Pod spec tells kubelet to bind-mount the
202
203
203
204
### CSIDriver
204
205
205
-
Kubernetes 1.16 only allows using a CSI driver for an inline volume if
206
+
Kubernetes only allows using a CSI driver for an inline volume if
206
207
its [`CSIDriver`](csi-driver-object.md) object explicitly declares
207
208
that the driver supports that kind of usage in its
208
209
`volumeLifecycleModes`field. This is a safeguard against accidentally
209
210
[using a driver the wrong way](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/596-csi-inline-volumes#support-for-inline-csi-volumes).
210
211
211
-
### Feature gates
212
-
213
-
To use inline volume, Kubernetes 1.15 binaries must start with the `CSIInlineVolume` feature gate enabled:
214
-
```
215
-
--feature-gates=CSIInlineVolume=true
216
-
```
217
-
218
-
Kubernetes >= 1.16 no longer needs this as the feature is enabled by default.
0 commit comments