How to increase disk size? (DiskPressure / Evicted Pods)
This troubleshooting guide describes how to increase the disk size in k3OS VM installed in Proxmox
less than a minute
Disk can get full, having warnings such as Disk Pressure and evicted pods.
Problem
Disk is full of a k3OS VM installed in Proxmox. On these cases DiskPressure on the Node and multiple evicted pods.

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

Part 2: For OPNsense / FreeBSD
Use the following commands (after resizing in Proxmox):
gpart show vtbd0gpart resize -i 3 vtbd0growfs /
See also the following images:


Last modified February 17, 2023: update (#208) (ea731fc)