[zh]adjust the layout
This commit is contained in:
@@ -18,8 +18,8 @@ slug: kubernetes-1-23-statefulset-pvc-auto-deletion
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
Kubernetes v1.23 introduced a new, alpha-level policy for
|
Kubernetes v1.23 introduced a new, alpha-level policy for
|
||||||
[StatefulSets](docs/concepts/workloads/controllers/statefulset/) that controls the lifetime of
|
[StatefulSets](/docs/concepts/workloads/controllers/statefulset/) that controls the lifetime of
|
||||||
[PersistentVolumeClaims](docs/concepts/storage/persistent-volumes/) (PVCs) generated from the
|
[PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/) (PVCs) generated from the
|
||||||
StatefulSet spec template for cases when they should be deleted automatically when the StatefulSet
|
StatefulSet spec template for cases when they should be deleted automatically when the StatefulSet
|
||||||
is deleted or pods in the StatefulSet are scaled down.
|
is deleted or pods in the StatefulSet are scaled down.
|
||||||
-->
|
-->
|
||||||
@@ -165,7 +165,7 @@ This policy forms a matrix with four cases. I’ll walk through and give an exam
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
Visit the
|
Visit the
|
||||||
[documentation](docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
|
[documentation](/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies) to
|
||||||
see all the details.
|
see all the details.
|
||||||
-->
|
-->
|
||||||
查阅[文档](/zh/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies)
|
查阅[文档](/zh/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-policies)
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ However, this little software shim was never intended to be a permanent solution
|
|||||||
建议移除 dockershim。 随着 Kubernetes v1.20 的发布,正式弃用。
|
建议移除 dockershim。 随着 Kubernetes v1.20 的发布,正式弃用。
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
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/).
|
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/).
|
||||||
-->
|
-->
|
||||||
我们没有很好地传达这一点,不幸的是,弃用公告在社区内引起了一些恐慌。关于这对 Docker 作为
|
我们没有很好地传达这一点,不幸的是,弃用公告在社区内引起了一些恐慌。关于这对 Docker 作为
|
||||||
一家公司意味着什么,Docker 构建的容器镜像是否仍然可以运行,以及 Docker Engine 究竟是
|
一家公司意味着什么,Docker 构建的容器镜像是否仍然可以运行,以及 Docker Engine 究竟是
|
||||||
|
|||||||
@@ -608,7 +608,7 @@ appropriate Pod Security profile is applied to new namespaces.
|
|||||||
<!--
|
<!--
|
||||||
You can also statically configure the Pod Security admission controller to set a default enforce,
|
You can also statically configure the Pod Security admission controller to set a default enforce,
|
||||||
audit, and/or warn level for unlabeled namespaces. See
|
audit, and/or warn level for unlabeled namespaces. See
|
||||||
[Configure the Admission Controller](docs/tasks/configure-pod-container/enforce-standards-admission-controller/#configure-the-admission-controller)
|
[Configure the Admission Controller](/docs/tasks/configure-pod-container/enforce-standards-admission-controller/#configure-the-admission-controller)
|
||||||
for more information.
|
for more information.
|
||||||
-->
|
-->
|
||||||
你也可以静态配置 Pod 安全性准入控制器,为尚未打标签的名字空间设置默认的
|
你也可以静态配置 Pod 安全性准入控制器,为尚未打标签的名字空间设置默认的
|
||||||
|
|||||||
Reference in New Issue
Block a user