Skip to content
Snippets Groups Projects
Unverified Commit af04906b authored by rtsp's avatar rtsp Committed by GitHub
Browse files

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.
parent c7e17688
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,4 @@ required_pkgs: ...@@ -5,3 +5,4 @@ required_pkgs:
- apt-transport-https - apt-transport-https
- software-properties-common - software-properties-common
- conntrack - conntrack
- apparmor
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment