Difference between revisions of "Expanding statefulset pvc"

From UVOO Tech Wiki
Jump to navigation Jump to search
(```)
 
Line 1: Line 1:
 
Expanding satefulset PVC
 
Expanding satefulset PVC
 +
 +
Do it manually in values, zfs/filesystem dataset, pv (will update pvc)
 
```
 
```
 
Increase values.yml
 
Increase values.yml

Revision as of 17:45, 3 June 2022

Expanding satefulset PVC

Do it manually in values, zfs/filesystem dataset, pv (will update pvc)

Increase values.yml

k -n influxdb edit pv pvc-12485ab7-9eed-4099-bee3-c2d87f323197
k -n influxdb describe pv pvc-12485ab7-9eed-4099-bee3-c2d87f323197



ssh host-with-zfs
zfs list
sudo zfs set quota=51g zfspv-pool/pvc-12485ab7-9eed-4099-bee3-c2d87f323197