Difference between revisions of "AllowVolumeExpansion"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
[[kubectl patch pvc]] elasticsearch-master-elasticsearch-master-0 -p '{"spec":{"resources":{"requests":{"storage":"35Gi"}}}}' | [[kubectl patch pvc]] elasticsearch-master-elasticsearch-master-0 -p '{"spec":{"resources":{"requests":{"storage":"35Gi"}}}}' | ||
persistentvolumeclaim/elasticsearch-master-elasticsearch-master-0 patched | persistentvolumeclaim/elasticsearch-master-elasticsearch-master-0 patched | ||
+ | |||
+ | |||
+ | https://www.gooksu.com/2022/08/how-to-increase-space-for-your-elasticsearch-instances-in-k8s-on-eck/ | ||
+ | |||
+ | |||
+ | |||
+ | {{K8s sto}} |
Revision as of 09:31, 7 November 2022
kubectl patch pvc elasticsearch-master-elasticsearch-master-0 -p '{"spec":{"resources":{"requests":{"storage":"35Gi"}}}}' persistentvolumeclaim/elasticsearch-master-elasticsearch-master-0 patched
https://www.gooksu.com/2022/08/how-to-increase-space-for-your-elasticsearch-instances-in-k8s-on-eck/
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: