Skip to content

Commit 42fa696

Browse files
authored
Merge pull request #520 from dobsonj/kep-596-1.25-updates
KEP-596: Move CSIInlineVolume to GA
2 parents 92646c6 + 6ce491a commit 42fa696

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

book/src/ephemeral-local-volumes.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
Status | Min K8s Version | Max K8s Version
88
--|--|--
99
Alpha | 1.15 | 1.15
10-
Beta | >=1.16 | -
10+
Beta | 1.16 | 1.24
11+
GA | 1.25
1112

1213
### Generic Ephemeral Inline Volumes
1314

@@ -202,21 +203,12 @@ The presence of `ReadOnly: true` in the Pod spec tells kubelet to bind-mount the
202203

203204
### CSIDriver
204205

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
206207
its [`CSIDriver`](csi-driver-object.md) object explicitly declares
207208
that the driver supports that kind of usage in its
208209
`volumeLifecycleModes` field. This is a safeguard against accidentally
209210
[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).
210211

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.
219-
220212
## References
221213

222214
- [CSI Host Path

0 commit comments

Comments
 (0)