The following alert appears in VCF Operations:
Depending on which component is impacted, the following behaviour may also be observed:
Disk pressure on a VCF management services node is usually caused by growth in one or more of the following:
/var/log/services-logs) growing faster than they're rotated and forwarded — typically from a high volume of lifecycle operations (install, patch, upgrade, configure) or API calls against VCF management services components./var/log/audit, /var/log/apiserver-audit) growing due to a high rate of Kubernetes API server or Linux audit events — often from frequent lifecycle operations or automation/monitoring tools polling the API./var/lib/containerd) accumulating from repeated install/patch/upgrade operations — each lifecycle task pulls a new component image, and old images aren't always cleaned up automatically once the task completes.df -hdu -sh /var/log/services-logsdu -ch /var/log/services-logfind /var/log/services-logs -name "*.gz" -type f -deletefind /var/log/services-logs -type f ! -name "*.log" -deletefind /var/log/audit -name "audit.log.[0-9]*" -type f -delete find /var/log/apiserver-audit -name "kube-apiserver-audit.log.*" -type f -delete 2>/dev/null crictl rmi --prunedf -h