Skip to content

Commit 1827988

Browse files
author
j-griffith
committed
Update cloning to Beta
1 parent 0e72d96 commit 1827988

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

book/src/kubernetes-changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This page summarizes major CSI changes made in each Kubernetes release. For
44
details on individual features, visit the [Features section](features.md).
55

6+
## Kubernetes 1.16
7+
8+
### Features
9+
* New beta features:
10+
* Volume cloning
11+
612
## Kubernetes 1.15
713

814
### Features

book/src/volume-cloning.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
Status | Min k8s Version | Max k8s version | external-provisioner Version
66
--|--|--|--
7-
Alpha | 1.15 | - | 1.3
7+
Alpha | 1.15 | 1.15 | 1.3
8+
Beta | 1.16 | - | 1.3
89

910
## Overview
1011

@@ -29,7 +30,7 @@ There are no additional side-cars or add on components required.
2930

3031
## Enabling Cloning for CSI volumes in Kubernetes
3132

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:
3334

3435
```
3536
--feature-gates=VolumePVCDataSource=true

0 commit comments

Comments
 (0)