main
黄海 11 months ago
parent 57a6cc6082
commit 25663330e9

@ -75,11 +75,12 @@ Please enter your node ID:
https://github.com/cnrancher/autok3s https://github.com/cnrancher/autok3s
# 最新版本 0.9.3 # 最新版本 0.9.3
# 安装 AutoK3S命令 # 安装 AutoK3S命令
curl sfL \ curl -sS https://rancher-mirror.rancher.cn/autok3s/install.sh | INSTALL_AUTOK3S_MIRROR=cn sh -s - \
https://rancher-mirror.rancher.cn/k3s/k3s-install.sh | \ --system-default-registry "registry.cn-hangzhou.aliyuncs.com"
INSTALL_K3S_MIRROR=cn sh -s - \
--system-default-registry "registry.cn-hangzhou.aliyuncs.com" # 启动
autok3s serve --bind-address 0.0.0.0 --bind-port 8080
``` ```
#### ####

Loading…
Cancel
Save