Merge pull request #43532 from RomanBednar/pv-last-phase-transition-time-beta
graduate PersistentVolumeLastPhaseTransitionTime to beta in v1.29pull/43801/head
commit
5e8aebc7c3
|
@ -766,7 +766,7 @@ You can see the name of the PVC bound to the PV using `kubectl describe persiste
|
|||
|
||||
#### Phase transition timestamp
|
||||
|
||||
{{< feature-state for_k8s_version="v1.28" state="alpha" >}}
|
||||
{{< feature-state for_k8s_version="v1.29" state="beta" >}}
|
||||
|
||||
The `.status` field for a PersistentVolume can include an alpha `lastPhaseTransitionTime` field. This field records
|
||||
the timestamp of when the volume last transitioned its phase. For newly created
|
||||
|
|
|
@ -159,7 +159,8 @@ For a reference to old feature gates that are removed, please refer to
|
|||
| `OpenAPIEnums` | `true` | Beta | 1.24 | |
|
||||
| `PDBUnhealthyPodEvictionPolicy` | `false` | Alpha | 1.26 | 1.26 |
|
||||
| `PDBUnhealthyPodEvictionPolicy` | `true` | Beta | 1.27 | |
|
||||
| `PersistentVolumeLastPhaseTransistionTime` | `false` | Alpha | 1.28 | |
|
||||
| `PersistentVolumeLastPhaseTransistionTime` | `false` | Alpha | 1.28 | 1.28 |
|
||||
| `PersistentVolumeLastPhaseTransistionTime` | `true` | Beta | 1.29 | |
|
||||
| `PodAndContainerStatsFromCRI` | `false` | Alpha | 1.23 | |
|
||||
| `PodDeletionCost` | `false` | Alpha | 1.21 | 1.21 |
|
||||
| `PodDeletionCost` | `true` | Beta | 1.22 | |
|
||||
|
|
Loading…
Reference in New Issue