Skip to content

Instantly share code, notes, and snippets.

@davidcorbin
Created July 26, 2019 12:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davidcorbin/4aa592a7bdbb4185476c14e45300bb54 to your computer and use it in GitHub Desktop.
Save davidcorbin/4aa592a7bdbb4185476c14e45300bb54 to your computer and use it in GitHub Desktop.
Ubuntu Kubernetes disable swap
sudo vim /etc/fstab
# Comment out lines that have the word swap on them
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment