From c362549c04e3877d787b8e8acd95e3776eb804a5 Mon Sep 17 00:00:00 2001 From: rohow Date: Wed, 25 Dec 2024 15:45:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(k3s):=20=E9=9B=86=E7=BE=A4=E5=8D=87?= =?UTF-8?q?=E7=BA=A71.31.4=E7=89=88=E6=9C=AC?= 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 f719bf1..9bf1109 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.5+k3s1 \ + INSTALL_K3S_VERSION=v1.31.4+k3s1 \ INSTALL_K3S_MIRROR=cn \ sh -s - server ```