From 55bc9b26c3cb9af3b1b844c777b31e22db61e15d Mon Sep 17 00:00:00 2001 From: loper Date: Tue, 28 Nov 2023 22:34:29 +0100 Subject: [PATCH] removed kernel modules --- scripts/chce_k3s.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/chce_k3s.sh b/scripts/chce_k3s.sh index f42dd2a..0655639 100755 --- a/scripts/chce_k3s.sh +++ b/scripts/chce_k3s.sh @@ -38,8 +38,6 @@ TimeoutStartSec=0 Restart=always RestartSec=5s ExecStartPre=/bin/sh -xc '! /usr/bin/systemctl is-enabled --quiet nm-cloud-setup.service' -ExecStartPre=-/sbin/modprobe br_netfilter -ExecStartPre=-/sbin/modprobe overlay ExecStart=/usr/local/bin/k3s \\ server \\ --cluster-cidr=10.42.0.0/16,2001:cafe:42:0::/56 \\