When creating a new Kubernetes cluster in Container Service Extension(CSE), the status remains as Pending.
VMware Cloud Director 10.5.x
Container Service Extension: 4.x
100% capacity used for /dev/sda3
on the CSE VM.
To resolve the issue:
e
key to enter the GNU GRUB Edit Menu.rw init=/bin/bash
mount -o remount,rw /
cd /var/log/audit
ls -lh
For example:
ls -lh
total 3.5G
-rw------- 1 root root 3.5G Feb 3 16:55 audit.log
-rw------- 1 root root 445K Apr 8 2016 audit.log-20160408.bz2
-rw------- 1 root root 447K Apr 9 2016 audit.log-20160409.bz2
truncate -s 0 audit.log*
umount /
reboot -f
13. Wait for the CSE service to start.
Run the following command to identify large files in the root partition.
du -ahx / | sort -rh | head -20
The above example will list the first 20 entries consuming maximum space.