[2.17] Fix containerd failed to start if apparmor is not installed (#8042)
* 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>
This commit is contained in:
parent
45018ac077
commit
87fee0cccf
3 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,4 @@ required_pkgs:
|
|||
- software-properties-common
|
||||
- conntrack
|
||||
- iptables
|
||||
- apparmor
|
||||
|
|
|
@ -5,3 +5,4 @@ required_pkgs:
|
|||
- apt-transport-https
|
||||
- software-properties-common
|
||||
- conntrack
|
||||
- apparmor
|
||||
|
|
|
@ -5,3 +5,4 @@ required_pkgs:
|
|||
- apt-transport-https
|
||||
- software-properties-common
|
||||
- conntrack
|
||||
- apparmor
|
||||
|
|
Loading…
Reference in a new issue