How to solve low disk space on /boot/ in CentOS 7
STEPS
The best way to fix this would be deleting old kernels.
You can do that by following below steps
1. Install yum-utils package
# yum install yum-utils
2. Delete the old kernels
# package-cleanup --oldkernels --count=1
Kindly comment below if it works for you.