diff --git a/content/en/docs/concepts/storage/volume-pvc-datasource.md b/content/en/docs/concepts/storage/volume-pvc-datasource.md index 75fb15f815..85774f4eb6 100644 --- a/content/en/docs/concepts/storage/volume-pvc-datasource.md +++ b/content/en/docs/concepts/storage/volume-pvc-datasource.md @@ -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 %}}