Fix figure captions, numbering, and heading level

This commit is contained in:
yeasy
2026-03-09 19:03:47 -07:00
parent d6fff9a3f7
commit d3e253a6cc
14 changed files with 25 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
![Kubernetes 基本概念示意图](./_images/kubernetes_design.jpg)
13-2 Kubernetes 基本概念示意图
13-2Kubernetes 基本概念示意图
* 节点 (`Node`)一个节点是一个运行 Kubernetes 中的主机
* 容器组 (`Pod`)一个 Pod 对应于由若干容器组成的一个容器组同个组内的容器共享一个存储卷 (volume)