Skip to content

Commit

Permalink
Update content/en/blog/_posts/2024-08-13-pv-last-phase-transition-tim…
Browse files Browse the repository at this point in the history
…e-ga.md

Co-authored-by: Tim Bannister <[email protected]>
  • Loading branch information
RomanBednar and sftim authored Jul 29, 2024
1 parent 383ce88 commit 53514c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ as an alpha in Kubernetes v1.28, has now reached GA status and is officially par
helps Kubernetes users understand when a [PersistentVolume](/docs/concepts/storage/persistent-volumes/) transitions between
different phases, allowing for more efficient and informed resource management.

With this feature enabled, every PersistentVolume object will have a new field `.status.lastTransitionTime`, that holds a timestamp of
For a v1.31 cluster, you can now assume that every PersistentVolume object has a
`.status.lastTransitionTime` field, that holds a timestamp of
when the volume last transitioned its phase. This change is not immediate; the new field will be populated whenever a PersistentVolume
is updated and first transitions between phases (`Pending`, `Bound`, or `Released`) after upgrading to Kubernetes v1.31.

Expand Down

0 comments on commit 53514c6

Please sign in to comment.