File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
This page summarizes major CSI changes made in each Kubernetes release. For
4
4
details on individual features, visit the [ Features section] ( features.md ) .
5
5
6
+ ## Kubernetes 1.16
7
+
8
+ ### Features
9
+ * New beta features:
10
+ * Volume cloning
11
+
6
12
## Kubernetes 1.15
7
13
8
14
### Features
Original file line number Diff line number Diff line change 4
4
5
5
Status | Min k8s Version | Max k8s version | external-provisioner Version
6
6
--|--|--|--
7
- Alpha | 1.15 | - | 1.3
7
+ Alpha | 1.15 | 1.15 | 1.3
8
+ Beta | 1.16 | - | 1.3
8
9
9
10
## Overview
10
11
@@ -29,7 +30,7 @@ There are no additional side-cars or add on components required.
29
30
30
31
## Enabling Cloning for CSI volumes in Kubernetes
31
32
32
- Volume cloning for CSI volumes is an alpha feature (Kubernetes 1.15) and hence must be explicitly enabled via feature gate:
33
+ In Kubernetes 1.15 this feature was alpha status and required enabling the appropriate feture gate:
33
34
34
35
```
35
36
--feature-gates=VolumePVCDataSource=true
You can’t perform that action at this time.
0 commit comments