From 4a43e0ba59089bcb5af309876cef79fb2f04cad1 Mon Sep 17 00:00:00 2001 From: Kevin Taylor Date: Wed, 25 Sep 2019 11:51:29 +0100 Subject: [PATCH] Promote VolumeSubpathEnvExpansion to GA --- content/en/docs/concepts/storage/volumes.md | 2 +- .../reference/command-line-tools-reference/feature-gates.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 67df9c3715c18..359f25f4a6ee4 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -1154,7 +1154,7 @@ spec: ### Using subPath with expanded environment variables -{{< feature-state for_k8s_version="v1.15" state="beta" >}} +{{< feature-state for_k8s_version="v1.17" state="stable" >}} Use the `subPathExpr` field to construct `subPath` directory names from Downward API environment variables. 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 f50ad0e365729..224d56ae4befb 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 @@ -223,6 +223,7 @@ The following table contains feature gates for graduated or deprecated features. | `VolumeScheduling` | `true` | Beta | 1.10 | 1.12 | | `VolumeScheduling` | `true` | GA | 1.13 | - | | `VolumeSubpath` | `true` | GA | 1.13 | - | +| `VolumeSubpathEnvExpansion` | `true` | GA | 1.17 | - | {{< /table >}} ## Using a Feature