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 Nov 2, 2019
1 parent 740a038 commit 0e57086
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 @@ -236,6 +236,7 @@ different Kubernetes components.
| `VolumeScheduling` | `true` | Beta | 1.10 | 1.12 |
| `VolumeScheduling` | `true` | GA | 1.13 | - |
| `VolumeSubpath` | `true` | GA | 1.13 | - |
| `VolumeSubpathEnvExpansion` | `true` | GA | 1.17 | - |
| `WatchBookmark` | `false` | Alpha | 1.15 | 1.15 |
| `WatchBookmark` | `true` | Beta | 1.16 | 1.16 |
| `WatchBookmark` | `true` | GA | 1.17 | - |
Expand Down

0 comments on commit 0e57086

Please sign in to comment.