Difference between revisions of "Kubectl get statefulsets"
Jump to navigation
Jump to search
(Created page with "{{lc}} == See also == * {{StatefulSets}} * {{Kubernetes storage}} Category:K8s") |
|||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | kubectl get statefulsets | ||
+ | NAME READY AGE | ||
+ | yourstatefulsetname 0/2 43m | ||
Revision as of 15:26, 6 July 2022
kubectl get statefulsets NAME READY AGE yourstatefulsetname 0/2 43m
See also
- StatefulSets (sts):
kubectl [ get | describe | scale ] statefulset
- 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: