vault backup: 2026-07-05 09:37:46

This commit is contained in:
2026-07-05 09:37:46 +08:00
parent ba57cfb9a2
commit 8d8765d0b9
2 changed files with 3 additions and 3 deletions
@@ -51,8 +51,8 @@ RKE2(Rancher Kubernetes Engine v2)的核心特点:
| 方式 | 命令特点 | 适用场景 | 是否支持 Rancher 集成 |
|------|---------|---------|---------------------|
| **单二进制直接运行** | `curl -sfL https://get.rke2.io | sh -` | 开发测试、小规模集群(≤3 节点) | ✅ — 自动发现并注册 |
| **Systemd 服务管理** | 安装后通过 `systemctl enable --now rke2-server` | 生产环境标准化部署 | ✅ |
| **单二进制直接运行** | curl → sh(安装脚本直出,无需额外依赖) | 开发测试、小规模集群(≤3 节点) | ✅ — 自动发现并注册 |
| **Systemd 服务管理** | `systemctl enable --now rke2-server` | 生产环境标准化部署 | ✅ |
| **Air-gap(离线)** | 预下载 `.tar.gz` 包 + `INSTALL_DIR=/opt/rke2` 指向本地文件 | 内网无外网环境的机房 | ❌ — 需手动同步镜像 |
> [!warning] Air-gap 是常见坑点