Skip to content

Commit

Permalink
Merge pull request #43532 from RomanBednar/pv-last-phase-transition-t…
Browse files Browse the repository at this point in the history
…ime-beta

graduate PersistentVolumeLastPhaseTransitionTime to beta in v1.29
  • Loading branch information
k8s-ci-robot authored Nov 3, 2023
2 parents 2de5b8f + d485edf commit 5e8aebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down

0 comments on commit 5e8aebc

Please sign in to comment.