remove feature gate (#17502)

pull/18042/head
Luzhenxing 2019-11-12 10:18:06 +08:00 committed by Kubernetes Prow Robot
parent 6008b3d3fc
commit eb6a2bb7b2
1 changed files with 0 additions and 7 deletions

View File

@ -14,13 +14,6 @@ weight: 30
{{< feature-state for_k8s_version="v1.16" state="beta" >}}
This document describes the concept of cloning existing CSI Volumes in Kubernetes. Familiarity with [Volumes](/docs/concepts/storage/volumes) is suggested.
This feature requires VolumePVCDataSource feature gate to be enabled:
```
--feature-gates=VolumePVCDataSource=true
```
{{% /capture %}}