Skip to content

Commit

Permalink
Promote VolumeSubpathEnvExpansion to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Taylor committed Sep 25, 2019
1 parent cf7992e commit 4a43e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a43e0b

Please # to comment.