feat 添加删除node

This commit is contained in:
bing 2022-11-15 15:08:46 +08:00
parent b14cec0acf
commit 305fe7cc98
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
标记节点为不可调度
```bash
kubectl cordon node2 hp800g3
```
排空节点
kubectl drain node2 hp800g3
删除节点
kubectl delete node node2 hp800g3