diff --git a/pkg/kwrapper/k8s/k3s_linux.go b/pkg/kwrapper/k8s/k3s_linux.go index a5e29889..1775d9e6 100644 --- a/pkg/kwrapper/k8s/k3s_linux.go +++ b/pkg/kwrapper/k8s/k3s_linux.go @@ -46,8 +46,8 @@ func k3sServer(ctx context.Context, endpoints []string) (string, error) { cmd := exec.Command("k3s", "server", "--no-deploy=traefik", "--no-deploy=coredns", + "--no-deploy=servicelb", "--disable-agent", - "--disable-scheduler", fmt.Sprintf("--storage-endpoint=%s", strings.Join(endpoints, ",")), "--storage-backend=etcd3") cmd.SysProcAttr = &syscall.SysProcAttr{