Skip to content

Instantly share code, notes, and snippets.

@dameyerdave
Created February 26, 2024 11:12
Show Gist options
  • Save dameyerdave/0330158297e4e4b226fd7d00188a826b to your computer and use it in GitHub Desktop.
Save dameyerdave/0330158297e4e4b226fd7d00188a826b to your computer and use it in GitHub Desktop.
Kubernetes on Ubuntu

Disable apparmour

sudo systemctl stop apparmor
sudo systemctl disable apparmor
sudo systemctl restart containerd.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment