feat add sth.

This commit is contained in:
bing 2022-06-22 14:48:22 +08:00
parent 59015b2eb0
commit 54987b739c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ kubeadm init --config /etc/kubernetes/kubeadmcfg.yaml
```bash
kubectl taint nodes --all node-role.kubernetes.io/master-
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
```
### 初始化基于堆叠etcd的集群