Skip to content

Commit

Permalink
Ensure apparmor is installed (#8036)
Browse files Browse the repository at this point in the history
Kubespray deployment failed when using containerd backend on nodes that apparmor was not installed or previously removed. This PR ensure apparmor is installed by adding it into required_pkgs var.
  • Loading branch information
rtsp authored Sep 30, 2021
1 parent c7e1768 commit af04906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/kubernetes/preinstall/vars/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ required_pkgs:
- apt-transport-https
- software-properties-common
- conntrack
- apparmor

0 comments on commit af04906

Please sign in to comment.