Difference between revisions of "Kubectl patch pvc"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
persistentvolumeclaim/elasticsearch-master-elasticsearch-master-0 patched | persistentvolumeclaim/elasticsearch-master-elasticsearch-master-0 patched | ||
+ | <code>[[kubectl describe sc standard]]</code> | ||
− | |||
− | |||
* https://www.gooksu.com/2022/08/how-to-increase-space-for-your-elasticsearch-instances-in-k8s-on-eck/ | * https://www.gooksu.com/2022/08/how-to-increase-space-for-your-elasticsearch-instances-in-k8s-on-eck/ | ||
− | + | <code>[[gcloud compute disks resize]]</code> | |
== See also == | == See also == |
Revision as of 09:00, 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/
See also
Advertising: