Skip to content

Commit

Permalink
Revert "Promote VolumeSubpathEnvExpansion to GA (#16547)"
Browse files Browse the repository at this point in the history
This reverts commit 4442fd0.
  • Loading branch information
kbhawkey committed Dec 4, 2019
1 parent e097838 commit ea88902
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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 @@ -1159,7 +1159,7 @@ spec:

### Using subPath with expanded environment variables

{{< feature-state for_k8s_version="v1.17" state="stable" >}}
{{< feature-state for_k8s_version="v1.15" state="beta" >}}


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 @@ -261,9 +261,6 @@ different Kubernetes components.
| `VolumeScheduling` | `true` | Beta | 1.10 | 1.12 |
| `VolumeScheduling` | `true` | GA | 1.13 | - |
| `VolumeSubpath` | `true` | GA | 1.13 | - |
| `VolumeSubpathEnvExpansion` | `false` | Alpha | 1.14 | 1.14 |
| `VolumeSubpathEnvExpansion` | `true` | Beta | 1.15 | 1.16 |
| `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 ea88902

Please sign in to comment.