mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-27 20:25:48 +00:00
Add blank lines around headers
This commit is contained in:
@@ -65,6 +65,7 @@ status:
|
||||
- type: Ready
|
||||
status: "True"
|
||||
```
|
||||
|
||||
#### 节点控制器
|
||||
|
||||
在 Kubernetes 控制平面中,节点控制器 (Node Controller) 负责管理节点的生命周期,主要包含:
|
||||
@@ -81,6 +82,7 @@ $ kubectl cordon worker-1
|
||||
## 排空节点上的 Pod
|
||||
$ kubectl drain worker-1 --ignore-daemonsets
|
||||
```
|
||||
|
||||
### 13.2.2 容器组
|
||||
|
||||
在 Kubernetes 中,使用的最小调度单位是容器组 (Pod),它是创建、调度、管理的最小单位。一个 Pod 包含一个或多个紧密协作的容器,它们共享网络命名空间和存储卷。
|
||||
|
||||
Reference in New Issue
Block a user