- lastTransitionTime: "YYYY-MM-DDTHH:MM:SSZ" reason: StorageProviderNotInstalled severity: Warning status: "False"Message: * Machine <machine name>: * BootstrapConfigReady: * DataSecretAvailable: Condition not yet reported * CertificatesAvailable: Condition not yet reported * NodeHealthy: * Node.DiskPressure: kubelet has disk pressureOnce the disk usage on a control plane node reaches the eviction threshold limit, pods will start getting evicted and no new pods can be scheduled onto the nodes. If PAIS pods get evicted, its health checks will show as not passing.
SSH to the control plane nodes and attempt to get the root filesystem's disk space below 80% usage. This can typically be done by reducing the amount of logs on the system:
journalctl --disk-usagejournalctl --vacuum-size=500M/var/log directory and run the following command to check for large files, such as journal logs:
du -h --max-depth=1find / -path /proc -prune -o -type f -exec du -Sh {} + | sort -rh | head -n 10Incase if the issue still persists, please reach out to Broadcom support for further assistance.