From eb6a2bb7b2eaed541d33e9a73234d45c1ac3c8ca Mon Sep 17 00:00:00 2001 From: Luzhenxing Date: Tue, 12 Nov 2019 10:18:06 +0800 Subject: [PATCH] remove feature gate (#17502) --- content/en/docs/concepts/storage/volume-pvc-datasource.md | 7 ------- 1 file changed, 7 deletions(-) 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 %}}