remove feature gate (#17502)

This commit is contained in:
Luzhenxing
2019-11-12 10:18:06 +08:00
committed by Kubernetes Prow Robot
parent 6008b3d3fc
commit eb6a2bb7b2
@@ -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 %}}