Skip to content

Commit 0aca190

Browse files
committed
[zh]adjust the layout
1 parent 287d581 commit 0aca190

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/zh/blog/_posts/2021-12-16-StatefulSet-PVC-Auto-Deletion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ slug: kubernetes-1-23-statefulset-pvc-auto-deletion
1818

1919
<!--
2020
Kubernetes v1.23 introduced a new, alpha-level policy for
21-
[StatefulSets](docs/concepts/workloads/controllers/statefulset/) that controls the lifetime of
22-
[PersistentVolumeClaims](docs/concepts/storage/persistent-volumes/) (PVCs) generated from the
21+
[StatefulSets](/docs/concepts/workloads/controllers/statefulset/) that controls the lifetime of
22+
[PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/) (PVCs) generated from the
2323
StatefulSet spec template for cases when they should be deleted automatically when the StatefulSet
2424
is deleted or pods in the StatefulSet are scaled down.
2525
-->
@@ -165,7 +165,7 @@ This policy forms a matrix with four cases. I’ll walk through and give an exam
165165

166166
<!--
167167
Visit the
168-
[documentation](docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
168+
[documentation](/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
169169
see all the details.
170170
-->
171171
查阅[文档](/zh/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies)

content/zh/blog/_posts/2022-05-03-dockershim-historical-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ However, this little software shim was never intended to be a permanent solution
5959
建议移除 dockershim。 随着 Kubernetes v1.20 的发布,正式弃用。
6060

6161
<!--
62-
We didn’t do a great job communicating this, and unfortunately, the deprecation announcement led to some panic within the community. Confusion around what this meant for Docker as a company, if container images built by Docker would still run, and what Docker Engine actually is led to a conflagration on social media. This was our fault; we should have more clearly communicated what was happening and why at the time. To combat this, we released [a blog](/blog/2020/12/02/dont-panic-kubernetes-and-docker/) and [accompanying FAQ](/blog/2020/12/02/dockershim-faq/) to allay the community’s fears and correct some misconceptions about what Docker is and how containers work within Kubernetes. As a result of the community’s concerns, Docker and Mirantis jointly agreed to continue supporting the dockershim code in the form of [cri-dockerd](https://www.mirantis.com/blog/the-future-of-dockershim-is-cri-dockerd/), allowing you to continue using Docker Engine as your container runtime if need be. For the interest of users who want to try other runtimes, like containerd or cri-o, [migration documentation was written](docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd/).
62+
We didn’t do a great job communicating this, and unfortunately, the deprecation announcement led to some panic within the community. Confusion around what this meant for Docker as a company, if container images built by Docker would still run, and what Docker Engine actually is led to a conflagration on social media. This was our fault; we should have more clearly communicated what was happening and why at the time. To combat this, we released [a blog](/blog/2020/12/02/dont-panic-kubernetes-and-docker/) and [accompanying FAQ](/blog/2020/12/02/dockershim-faq/) to allay the community’s fears and correct some misconceptions about what Docker is and how containers work within Kubernetes. As a result of the community’s concerns, Docker and Mirantis jointly agreed to continue supporting the dockershim code in the form of [cri-dockerd](https://www.mirantis.com/blog/the-future-of-dockershim-is-cri-dockerd/), allowing you to continue using Docker Engine as your container runtime if need be. For the interest of users who want to try other runtimes, like containerd or cri-o, [migration documentation was written](/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd/).
6363
-->
6464
我们没有很好地传达这一点,不幸的是,弃用公告在社区内引起了一些恐慌。关于这对 Docker 作为
6565
一家公司意味着什么,Docker 构建的容器镜像是否仍然可以运行,以及 Docker Engine 究竟是

content/zh/docs/tasks/configure-pod-container/migrate-from-psp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ appropriate Pod Security profile is applied to new namespaces.
608608
<!--
609609
You can also statically configure the Pod Security admission controller to set a default enforce,
610610
audit, and/or warn level for unlabeled namespaces. See
611-
[Configure the Admission Controller](docs/tasks/configure-pod-container/enforce-standards-admission-controller/#configure-the-admission-controller)
611+
[Configure the Admission Controller](/docs/tasks/configure-pod-container/enforce-standards-admission-controller/#configure-the-admission-controller)
612612
for more information.
613613
-->
614614
你也可以静态配置 Pod 安全性准入控制器,为尚未打标签的名字空间设置默认的

content/zh/docs/tasks/tools/install-kubectl-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The following methods exist for installing kubectl on Windows:
120120
```
121121
或者使用下面命令来查看版本的详细信息:
122122
```cmd
123-
kubectl version --client --output=yaml
123+
kubectl version --client --output=yaml
124124
```
125125

126126

0 commit comments

Comments
 (0)