From 25663330e9bfeba541d51b7703706f767314ea0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Wed, 11 Sep 2024 15:29:27 +0800 Subject: [PATCH] 'commit' --- 操作文档/K3S.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/操作文档/K3S.md b/操作文档/K3S.md index fcc6fec1..92d48c0f 100644 --- a/操作文档/K3S.md +++ b/操作文档/K3S.md @@ -75,11 +75,12 @@ Please enter your node ID: https://github.com/cnrancher/autok3s # 最新版本 0.9.3 -# 安装 AutoK3S命令 -curl –sfL \ - https://rancher-mirror.rancher.cn/k3s/k3s-install.sh | \ - INSTALL_K3S_MIRROR=cn sh -s - \ - --system-default-registry "registry.cn-hangzhou.aliyuncs.com" +# 安装 AutoK3S命令 +curl -sS https://rancher-mirror.rancher.cn/autok3s/install.sh | INSTALL_AUTOK3S_MIRROR=cn sh -s - \ + --system-default-registry "registry.cn-hangzhou.aliyuncs.com" + +# 启动 +autok3s serve --bind-address 0.0.0.0 --bind-port 8080 ``` ####