mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 19:51:15 -03:30
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user