[zh] docs: sync and update the ref

Signed-off-by: zhangguanzhang <zhangguanzhang@qq.com>
This commit is contained in:
zhangguanzhang
2021-08-05 20:31:38 +08:00
parent 93f57fd152
commit 229cdb70b9
3 changed files with 15 additions and 4 deletions
@@ -25,7 +25,7 @@ This is a living document. If you think of something that is not on this list bu
<!--
## General Configuration Tips
-->
## 一般配置提示
## 一般配置提示 {#general-configuration-tips}
<!--
- When defining configurations, specify the latest stable API version.
@@ -71,7 +71,7 @@ This is a living document. If you think of something that is not on this list bu
<!--
## "Naked" Pods vs ReplicaSets, Deployments, and Jobs
-->
## “Naked”Pods 与 ReplicaSetDeployment 和 Jobs
## “Naked” Pods 与 ReplicaSetDeployment 和 Jobs
<!--
- Don't use naked Pods (that is, Pods not bound to a [ReplicaSet](/docs/concepts/workloads/controllers/replicaset/) or [Deployment](/docs/concepts/workloads/controllers/deployment/)) if you can avoid it. Naked Pods will not be rescheduled in the event of a node failure.