On Helm Provisioned cluster, hugepages is not mounted on the host, It is mounted in the containers but the host does not have the mount
workaround is to hardmount the hugepages on host prior to deploy
Say if we need to mount /hugepages
1. create director on the host
mkdir /hugepages
2. Add hugepages mount in fstab
hugetlbfs /hugepages hugetlbfs defaults 0 0
3/ mount
mount /hugepages
On Helm Provisioned cluster, hugepages is not mounted on the host,
It is mounted in the containers but the host does not have the mount
workaround is to hardmount the hugepages on host prior to deploy
Say if we need to mount /hugepages
1. create director on the host
mkdir /hugepages
2. Add hugepages mount in fstab
hugetlbfs /hugepages hugetlbfs defaults 0 0
3/ mount
mount /hugepages