Difference between revisions of "Kubectl patch pvc"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
− | + | [[kubectl describe sc standard]]| grep AllowVolumeExpansion | |
− | + | AllowVolumeExpansion: True | |
− | |||
− | |||
Line 21: | Line 19: | ||
* <code>[[AllowVolumeExpansion]]</code> | * <code>[[AllowVolumeExpansion]]</code> | ||
* <code>[[kubectl patch pvc]]</code> | * <code>[[kubectl patch pvc]]</code> | ||
+ | |||
+ | == Activities == | ||
+ | * Read * https://www.gooksu.com/2022/08/how-to-increase-space-for-your-elasticsearch-instances-in-k8s-on-eck/ | ||
== See also == | == See also == |
Revision as of 06:21, 23 November 2022
kubectl patch pvc elasticsearch-master-elasticsearch-master-0 -p '{"spec":{"resources":{"requests":{"storage":"35Gi"}}}}' persistentvolumeclaim/elasticsearch-master-elasticsearch-master-0 patched
kubectl patch pvc elasticsearch-master-elasticsearch-master-1 -p '{"spec":{"resources":{"requests":{"storage":"35Gi"}}}}' Error from server (Forbidden): persistentvolumeclaims "elasticsearch-master-elasticsearch-master-1" is forbidden: only dynamically provisioned pvc can be resized and the storageclass that provisions the pvc must support resize Solution: ensure your StorageClass has AllowVolumeExpansion: True defined. Can be modified or added without loosing data.
kubectl describe sc standard| grep AllowVolumeExpansion AllowVolumeExpansion: True
Related
Activities
- Read * https://www.gooksu.com/2022/08/how-to-increase-space-for-your-elasticsearch-instances-in-k8s-on-eck/
See also
Advertising: