Ensure apparmor is installed (#8011)
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
469b3ec525
commit
4bace2491d
2 changed files with 2 additions and 0 deletions
|
@ -6,3 +6,4 @@ required_pkgs:
|
||||||
- software-properties-common
|
- software-properties-common
|
||||||
- conntrack
|
- conntrack
|
||||||
- iptables
|
- iptables
|
||||||
|
- apparmor
|
||||||
|
|
|
@ -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