87fee0cccf
* 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. (cherry picked from commit4bace2491d
) * 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. (cherry picked from commitaf04906b51
) Co-authored-by: rtsp <git@rtsp.us>
8 lines
132 B
YAML
8 lines
132 B
YAML
---
|
|
required_pkgs:
|
|
- python3-apt
|
|
- aufs-tools
|
|
- apt-transport-https
|
|
- software-properties-common
|
|
- conntrack
|
|
- apparmor
|