Skip to content

Commit 6786d24

Browse files
authored
Merge pull request #46463 from RomanBednar/pv-last-phase-transition-time-ga
graduate PersistentVolumeLastPhaseTransitionTime to GA in v1.31
2 parents 81544d5 + c07a108 commit 6786d24

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -766,18 +766,13 @@ You can see the name of the PVC bound to the PV using `kubectl describe persiste
766766

767767
#### Phase transition timestamp
768768

769-
{{< feature-state for_k8s_version="v1.29" state="beta" >}}
769+
{{< feature-state feature_gate_name="PersistentVolumeLastPhaseTransitionTime" >}}
770770

771771
The `.status` field for a PersistentVolume can include an alpha `lastPhaseTransitionTime` field. This field records
772772
the timestamp of when the volume last transitioned its phase. For newly created
773773
volumes the phase is set to `Pending` and `lastPhaseTransitionTime` is set to
774774
the current time.
775775

776-
{{< note >}}
777-
You need to enable the `PersistentVolumeLastPhaseTransitionTime` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
778-
to use or see the `lastPhaseTransitionTime` field.
779-
{{< /note >}}
780-
781776
## PersistentVolumeClaims
782777

783778
Each PVC contains a spec and status, which is the specification and status of the claim.

content/en/docs/reference/command-line-tools-reference/feature-gates/persistent-volume-last-phase-transition-time.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.29"
16+
toVersion: "1.30"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.31"
1620
---
1721
Adds a new field to PersistentVolume
1822
which holds a timestamp of when the volume last transitioned its phase.

0 commit comments

Comments
 (0)