Difference between revisions of "Bound"
Jump to navigation
Jump to search
(Created page with " A volume will be in one of the following phases: Available -- a free resource that is not yet bound to a claim Bound -- the volume is bound to a claim Released -- the cl...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
+ | == See also == | ||
+ | * {{kubectl get pvc}} | ||
+ | * {{K8s sto}} | ||
− | + | [[Category:K8s]] |
Latest revision as of 11:43, 12 January 2024
A volume will be in one of the following phases: Available -- a free resource that is not yet bound to a claim Bound -- the volume is bound to a claim Released -- the claim has been deleted, but the resource is not yet reclaimed by the cluster Failed -- the volume has failed its automatic reclamation The CLI will show the name of the PVC bound to the PV.
See also[edit]
kubectl get pvc, Bound, Lost, Pending
- Kubernetes storage, storage classes, PersistentVolume (PV), PVC, CSI,
kind: StorageClass, kind: PersistentVolumeClaim, kind: PersistentVolume
,kubectl [ get | describe | edit ] pvc
,volumeClaimTemplates:
,kubectl patch pv
,FailedMount
, Volume Expansion, Volume Cloning, snapshots, ExtraVolumes, NotTriggerScaleUp,volumePVCDataSource, AllowVolumeExpansion
, EKS storage, provisioner, Storage Capacity Tracking,VolumeBinding, VolumeClaimTemplate, storage.k8s.io
, CKA Storage, DoKC, EmptyDir, Volume populators,storageclass.kubernetes.io
Advertising: