From 55e7e0bcf06d43746491baf40232b6b592ec1aa4 Mon Sep 17 00:00:00 2001 From: joy Date: Thu, 30 Oct 2025 20:37:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/k8s-ubuntu-init.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1223 --- scripts/k8s-ubuntu-init.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/k8s-ubuntu-init.sh b/scripts/k8s-ubuntu-init.sh index 257d027..9d21d31 100644 --- a/scripts/k8s-ubuntu-init.sh +++ b/scripts/k8s-ubuntu-init.sh @@ -11,8 +11,7 @@ K8S_DEPS=( curl wget vim net-tools htop lsof chrony ca-certificates openssl socat conntrack ipset ebtables ethtool - ipvsadm iproute2 - linux-modules-extra-$(uname -r) + ipvsadm iproute2 ) ##############################################################################