Browse Source

Ensure apparmor is installed (#8036)

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.
pull/8043/head
rtsp 3 years ago
committed by GitHub
parent
commit
af04906b51
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/kubernetes/preinstall/vars/ubuntu.yml

1
roles/kubernetes/preinstall/vars/ubuntu.yml

@ -5,3 +5,4 @@ required_pkgs:
- apt-transport-https
- software-properties-common
- conntrack
- apparmor
Loading…
Cancel
Save