mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
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:
@@ -5,3 +5,4 @@ required_pkgs:
|
|||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- software-properties-common
|
- software-properties-common
|
||||||
- conntrack
|
- conntrack
|
||||||
|
- apparmor
|
||||||
|
|||||||
Reference in New Issue
Block a user