Difference between revisions of "StorageClassName"
Jump to navigation
Jump to search
(Created page with " helm show all elastic/elasticsearch") |
|||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[kubectl get storageclass]] | ||
+ | [[kubectl get]] storageclass -n yournamespace | ||
− | + | ||
+ | <code>[[helm show all elastic/elasticsearch]]</code> | ||
+ | |||
+ | |||
+ | [[helm install grafana]] | ||
+ | [[persistence.storageClassName]] | ||
+ | |||
+ | == Related == | ||
+ | * [[CSI Volume Cloning]], <code>storageClassName: [[cloning]]</code> | ||
+ | * <code>[[kind: PersistentVolumeClaim]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{PVC}} | ||
+ | * {{K8s sto}} | ||
+ | |||
+ | [[Category:K8s]] |
Latest revision as of 11:47, 2 February 2024
kubectl get storageclass kubectl get storageclass -n yournamespace
helm show all elastic/elasticsearch
helm install grafana persistence.storageClassName
Related[edit]
- CSI Volume Cloning,
storageClassName: cloning
kind: PersistentVolumeClaim
See also[edit]
- Kubernetes Persistent Volume Claim (PVC) (
kind: PersistentVolumeClaim
), Kubernetes Persistent volumes (PV)(kind: PersistentVolume)
,kubectl describe pvc, kubectl get pvc
, ClaimLost, ProvisioningSucceeded, PV access control - 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: