af04906b51
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.
8 lines
132 B
YAML
8 lines
132 B
YAML
---
|
|
required_pkgs:
|
|
- python3-apt
|
|
- aufs-tools
|
|
- apt-transport-https
|
|
- software-properties-common
|
|
- conntrack
|
|
- apparmor
|