Promote VolumeSubpathEnvExpansion to GA

This commit is contained in:
daminisatya
2019-12-07 01:48:00 +05:30
committed by Bob Killen
parent 8cfbabadbd
commit fa71e44da1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1159,7 +1159,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.
@@ -261,6 +261,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 | - |