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.
This commit is contained in:
parent
c7e17688b9
commit
af04906b51
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ required_pkgs:
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- software-properties-common
|
- software-properties-common
|
||||||
- conntrack
|
- conntrack
|
||||||
|
- apparmor
|
||||||
|
|
Loading…
Reference in a new issue