Simplify words and fix format issues

This commit is contained in:
Baohua Yang
2026-02-24 22:01:02 -08:00
parent c44cbfcd62
commit d6e0838807
124 changed files with 45 additions and 1073 deletions

View File

@@ -17,8 +17,6 @@ Kind 是一个二进制文件,并在 PATH 中即可使用。以下是不同系
#### macOS
运行以下命令
```bash
brew install kind
```
@@ -83,8 +81,6 @@ kind create cluster --config kind-config.yaml
### 14.4.6 删除集群
运行以下命令
```bash
kind delete cluster
```