diff --git a/pkg/scripts/os_debian.go b/pkg/scripts/os_debian.go index 5e171ac00..85fd6f5e4 100644 --- a/pkg/scripts/os_debian.go +++ b/pkg/scripts/os_debian.go @@ -57,6 +57,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=-- ca-certificates \ curl \ gnupg \ + apparmor-utils \ lsb-release \ {{- if .INSTALL_ISCSI_AND_NFS }} open-iscsi \ diff --git a/pkg/scripts/testdata/TestKubeadmDebian-cilium_cluster.golden b/pkg/scripts/testdata/TestKubeadmDebian-cilium_cluster.golden index ac78bc1fe..2eb7e5c5a 100644 --- a/pkg/scripts/testdata/TestKubeadmDebian-cilium_cluster.golden +++ b/pkg/scripts/testdata/TestKubeadmDebian-cilium_cluster.golden @@ -61,6 +61,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=-- ca-certificates \ curl \ gnupg \ + apparmor-utils \ lsb-release \ rsync sudo install -m 0755 -d /etc/apt/keyrings diff --git a/pkg/scripts/testdata/TestKubeadmDebian-nutanix_cluster.golden b/pkg/scripts/testdata/TestKubeadmDebian-nutanix_cluster.golden index 69810cc25..0128ac649 100644 --- a/pkg/scripts/testdata/TestKubeadmDebian-nutanix_cluster.golden +++ b/pkg/scripts/testdata/TestKubeadmDebian-nutanix_cluster.golden @@ -61,6 +61,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=-- ca-certificates \ curl \ gnupg \ + apparmor-utils \ lsb-release \ open-iscsi \ nfs-common \ diff --git a/pkg/scripts/testdata/TestKubeadmDebian-with_containerd.golden b/pkg/scripts/testdata/TestKubeadmDebian-with_containerd.golden index ac78bc1fe..2eb7e5c5a 100644 --- a/pkg/scripts/testdata/TestKubeadmDebian-with_containerd.golden +++ b/pkg/scripts/testdata/TestKubeadmDebian-with_containerd.golden @@ -61,6 +61,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=-- ca-certificates \ curl \ gnupg \ + apparmor-utils \ lsb-release \ rsync sudo install -m 0755 -d /etc/apt/keyrings diff --git a/pkg/scripts/testdata/TestKubeadmDebian-with_containerd_with_insecure_registry.golden b/pkg/scripts/testdata/TestKubeadmDebian-with_containerd_with_insecure_registry.golden index 56ec4a7ea..92d84f3db 100644 --- a/pkg/scripts/testdata/TestKubeadmDebian-with_containerd_with_insecure_registry.golden +++ b/pkg/scripts/testdata/TestKubeadmDebian-with_containerd_with_insecure_registry.golden @@ -61,6 +61,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=-- ca-certificates \ curl \ gnupg \ + apparmor-utils \ lsb-release \ rsync sudo install -m 0755 -d /etc/apt/keyrings diff --git a/pkg/scripts/testdata/TestUpgradeKubeadmAndCNIDebian.golden b/pkg/scripts/testdata/TestUpgradeKubeadmAndCNIDebian.golden index ba0d3de93..2e04d4d28 100644 --- a/pkg/scripts/testdata/TestUpgradeKubeadmAndCNIDebian.golden +++ b/pkg/scripts/testdata/TestUpgradeKubeadmAndCNIDebian.golden @@ -61,6 +61,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=-- ca-certificates \ curl \ gnupg \ + apparmor-utils \ lsb-release \ rsync sudo install -m 0755 -d /etc/apt/keyrings diff --git a/pkg/scripts/testdata/TestUpgradeKubeletAndKubectlDebian.golden b/pkg/scripts/testdata/TestUpgradeKubeletAndKubectlDebian.golden index 378a179ac..85df8c54c 100644 --- a/pkg/scripts/testdata/TestUpgradeKubeletAndKubectlDebian.golden +++ b/pkg/scripts/testdata/TestUpgradeKubeletAndKubectlDebian.golden @@ -61,6 +61,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=-- ca-certificates \ curl \ gnupg \ + apparmor-utils \ lsb-release \ rsync sudo install -m 0755 -d /etc/apt/keyrings