Add blank lines around headers

This commit is contained in:
yeasy
2026-03-24 09:27:04 -07:00
parent 857e3b73f6
commit ae8636e96f
112 changed files with 468 additions and 0 deletions

View File

@@ -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 包含一个或多个紧密协作的容器它们共享网络命名空间和存储卷

View File

@@ -52,6 +52,7 @@ spec:
type: Utilization
averageUtilization: 50
```
### 13.4.5 ConfigMap Secret
* **ConfigMap**存储非机密的配置数据 (配置文件环境变量)

View File

@@ -40,6 +40,7 @@ spec:
```bash
kubectl apply -f nginx-deployment.yaml
```
### 13.5.3 步骤 2创建 Service
创建一个名为 `nginx-service.yaml` 的文件
@@ -82,6 +83,7 @@ kubectl apply -f nginx-deployment.yaml
```bash
kubectl rollout status deployment/nginx-deployment
```
### 13.5.5 步骤 4清理资源
练习结束后记得清理资源