This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Disable swap permanently as well

David Greeson requested to merge disable-swap into master

Created by: HighSaltLevels

What/Why

I felt it best to permanently disable swap by backing up /etc/fstab, and them removing any swap entries from it. The reason I did this is because kubelet fails to start when swap is enabled, and my nodes would reboot and start swap back up again.

Merge request reports