Fix and improve

This commit is contained in:
Baohua Yang
2026-02-12 16:51:50 -08:00
parent bae82e993a
commit 0835f8467a
100 changed files with 280 additions and 622 deletions

View File

@@ -4,7 +4,7 @@
### 安装 Docker
参考 [安装 Docker](../../install) 一节安装 Docker
参考 [安装 Docker](../../03_install/README.md) 一节安装 Docker
### 安装 **kubelet** **kubeadm** **kubectl**
@@ -199,8 +199,7 @@ $ kubectl taint nodes --all node-role.kubernetes.io/master-
## $ kubectl taint nodes NODE_NAME node-role.kubernetes.io/master=true:NoSchedule
具体内容如下:
...
```
### 参考文档

View File

@@ -6,7 +6,7 @@
### 安装 containerd
参考 [安装 Docker](../../install) 一节添加 apt/yum 之后执行如下命令
参考 [安装 Docker](../../03_install/README.md) 一节添加 apt/yum 之后执行如下命令
```bash
## debian 系
@@ -419,8 +419,7 @@ $ kubectl taint nodes --all node-role.kubernetes.io/master-
## $ kubectl taint nodes NODE_NAME node-role.kubernetes.io/master=true:NoSchedule
具体内容如下:
...
```
### 参考文档