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 ``` ####