📜  在没有 traefik 的情况下安装 k3s - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:47.589000             🧑  作者: Mango

代码示例1
curl -sfL https://get.k3s.io | sh -s - --no-deploy=traefik
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="server --no-deploy=traefik" sh -s -