From 97a9d6c499ee2a2aeab5b5701654b7bb20dd5e16 Mon Sep 17 00:00:00 2001 From: rohow Date: Wed, 23 Oct 2024 18:09:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(k3s):=20k3s=E7=89=88=E6=9C=AC=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E8=87=B31.30.5+k3s1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/README.md b/install/README.md index 77a2cde..f719bf1 100644 --- a/install/README.md +++ b/install/README.md @@ -25,7 +25,7 @@ mkdir -p /etc/rancher/k3s && vim /etc/rancher/k3s/config.yaml ### 安装k3s 此处注意安装类型 是server 还是 agent ```shell curl -sfL https://get.k3s.io | \ - INSTALL_K3S_VERSION=v1.30.4+k3s1 \ + INSTALL_K3S_VERSION=v1.30.5+k3s1 \ INSTALL_K3S_MIRROR=cn \ sh -s - server ```