DiskPressure / Evicted Pods / How to increase disk size
Disk is full of a k3OS VM installed in Proxmox. This cases DiskPressure on the Node and multiple evicted pods.
Problem
Disk is full of a k3OS VM installed in Proxmox. This cases DiskPressure on the Node and multiple evicted pods.

Solution
- Increase disk space according to following tutorial: https://pve.proxmox.com/wiki/Resize_disks
- See also screenshot for further commands / help

For OPNsense / FreeBSD use the following commands (after resizing in Proxmox):
gpart show vtbd0
gpart resize -i 3 vtbd0
growfs /
See also the following images:

