From 22475d9cf190c9cf641e192c0e8ad7cd0397012d Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Mon, 29 Nov 2021 21:29:57 -0500 Subject: [PATCH] Update content/en/docs/reference/command-line-tools-reference/feature-gates.md Co-authored-by: Tim Bannister --- .../reference/command-line-tools-reference/feature-gates.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index 05e55ab486..ebed2123e5 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -891,7 +891,9 @@ Each feature gate is designed for enabling/disabling a specific feature: - `ReadWriteOncePod`: Enables the usage of `ReadWriteOncePod` PersistentVolume access mode. - `RecoverVolumeExpansionFailure`: Enables users to edit their PVCs to smaller sizes so as they can recover from previously issued - volume expansion failures. See [enhancement proposal](https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/1790-recover-resize-failure/README.md) for more details. + volume expansion failures. See + [Recovering from Failure when Expanding Volumes](/docs/concepts/storage/persistent-volumes/#recovering-from-failure-when-expanding-volumes) + for more details. - `RemainingItemCount`: Allow the API servers to show a count of remaining items in the response to a [chunking list request](/docs/reference/using-api/api-concepts/#retrieving-large-results-sets-in-chunks).