Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cookbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ python3 supernode/deploy_gpu_pod.py \

| 脚本 | 语言 | 功能 | 文档链接 |
|------|------|------|---------|
| `create_cluster.py` | Python | 创建 TKE 集群 | [docs](../docs/basics/cluster/01-create-cluster.md) |
| `delete_cluster.py` | Python | 删除 TKE 集群,默认 dry-run | [docs](../docs/basics/cluster/02-delete-cluster.md) |
| `describe_clusters.py` | Python | 查询 TKE 集群列表和详情 | [docs](../docs/basics/cluster/04-describe-clusters.md) |
| `create_cluster.py` | Python | 创建 TKE 集群 | [docs](../src/content/docs/basics/cluster/01-create-cluster.md) |
| `delete_cluster.py` | Python | 删除 TKE 集群,默认 dry-run | [docs](../src/content/docs/basics/cluster/02-delete-cluster.md) |
| `describe_clusters.py` | Python | 查询 TKE 集群列表和详情 | [docs](../src/content/docs/basics/cluster/04-describe-clusters.md) |

### 工作负载 (workload/)

Expand All @@ -141,7 +141,7 @@ python3 supernode/deploy_gpu_pod.py \

| 脚本 | 语言 | 功能 | 文档链接 |
|------|------|------|---------|
| `deploy_gpu_pod.py` | Python | 在超级节点上部署 GPU Pod | [docs](../docs/basics/supernode/02-create-supernode.md) |
| `deploy_gpu_pod.py` | Python | 在超级节点上部署 GPU Pod | [docs](../src/content/docs/basics/supernode/02-create-supernode.md) |

---

Expand Down
2 changes: 1 addition & 1 deletion cookbook/supernode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ kubectl describe pod <pod-name> | grep -i cache

## 📄 许可证

[Apache License 2.0](../../LICENSE)
Apache License 2.0

---

Expand Down
Loading