From 0aca1901e35c8142126d2a42a03d773589730332 Mon Sep 17 00:00:00 2001 From: "wei.wang" Date: Sat, 23 Apr 2022 19:00:43 +0800 Subject: [PATCH] [zh]adjust the layout --- .../blog/_posts/2021-12-16-StatefulSet-PVC-Auto-Deletion.md | 6 +++--- .../blog/_posts/2022-05-03-dockershim-historical-context.md | 2 +- .../docs/tasks/configure-pod-container/migrate-from-psp.md | 2 +- content/zh/docs/tasks/tools/install-kubectl-windows.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/zh/blog/_posts/2021-12-16-StatefulSet-PVC-Auto-Deletion.md b/content/zh/blog/_posts/2021-12-16-StatefulSet-PVC-Auto-Deletion.md index e5d592c4e6..6722e9bd4e 100644 --- a/content/zh/blog/_posts/2021-12-16-StatefulSet-PVC-Auto-Deletion.md +++ b/content/zh/blog/_posts/2021-12-16-StatefulSet-PVC-Auto-Deletion.md @@ -18,8 +18,8 @@ slug: kubernetes-1-23-statefulset-pvc-auto-deletion @@ -165,7 +165,7 @@ This policy forms a matrix with four cases. I’ll walk through and give an exam 查阅[文档](/zh/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) diff --git a/content/zh/blog/_posts/2022-05-03-dockershim-historical-context.md b/content/zh/blog/_posts/2022-05-03-dockershim-historical-context.md index eec914eeb6..5a99445271 100644 --- a/content/zh/blog/_posts/2022-05-03-dockershim-historical-context.md +++ b/content/zh/blog/_posts/2022-05-03-dockershim-historical-context.md @@ -59,7 +59,7 @@ However, this little software shim was never intended to be a permanent solution 建议移除 dockershim。 随着 Kubernetes v1.20 的发布,正式弃用。 我们没有很好地传达这一点,不幸的是,弃用公告在社区内引起了一些恐慌。关于这对 Docker 作为 一家公司意味着什么,Docker 构建的容器镜像是否仍然可以运行,以及 Docker Engine 究竟是 diff --git a/content/zh/docs/tasks/configure-pod-container/migrate-from-psp.md b/content/zh/docs/tasks/configure-pod-container/migrate-from-psp.md index 9c0715c99f..29d3396de7 100644 --- a/content/zh/docs/tasks/configure-pod-container/migrate-from-psp.md +++ b/content/zh/docs/tasks/configure-pod-container/migrate-from-psp.md @@ -608,7 +608,7 @@ appropriate Pod Security profile is applied to new namespaces. 你也可以静态配置 Pod 安全性准入控制器,为尚未打标签的名字空间设置默认的 diff --git a/content/zh/docs/tasks/tools/install-kubectl-windows.md b/content/zh/docs/tasks/tools/install-kubectl-windows.md index 921a8e13a9..1df66e7c6b 100644 --- a/content/zh/docs/tasks/tools/install-kubectl-windows.md +++ b/content/zh/docs/tasks/tools/install-kubectl-windows.md @@ -120,7 +120,7 @@ The following methods exist for installing kubectl on Windows: ``` 或者使用下面命令来查看版本的详细信息: ```cmd - kubectl version --client --output=yaml + kubectl version --client --output=yaml ```