Merge pull request #29878 from aychen99/aychen99-patch-1

[zh] Update basic-stateful-set.md
This commit is contained in:
Kubernetes Prow Robot 2021-10-08 05:04:58 -07:00 committed by GitHub
commit 9fc70b4938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ This tutorial provides an introduction to managing applications with
demonstrates how to create, delete, scale, and update the Pods of StatefulSets. demonstrates how to create, delete, scale, and update the Pods of StatefulSets.
--> -->
本教程介绍如何使用 [StatefulSets](/zh/docs/concepts/workloads/controllers/statefulset/) 来管理应用。 本教程介绍如何使用 [StatefulSets](/zh/docs/concepts/workloads/controllers/statefulset/) 来管理应用。
演示了如何创建、删除、扩容/缩容和更新 StatefulSets 的 Pods。 演示了如何创建、删除、扩容/缩容和更新 StatefulSets 的 Pods。
@ -38,7 +38,7 @@ following Kubernetes concepts.
* [Cluster DNS](/zh/docs/concepts/services-networking/dns-pod-service/) * [Cluster DNS](/zh/docs/concepts/services-networking/dns-pod-service/)
* [Headless Services](/zh/docs/concepts/services-networking/service/#headless-services) * [Headless Services](/zh/docs/concepts/services-networking/service/#headless-services)
* [PersistentVolumes](/zh/docs/concepts/storage/persistent-volumes/) * [PersistentVolumes](/zh/docs/concepts/storage/persistent-volumes/)
* [PersistentVolume Provisioning](https://github.com/kubernetes/examples/tree/{{< param "githubbranch" >}}/staging/persistent-volume-provisioning/) * [PersistentVolume Provisioning](https://github.com/kubernetes/examples/tree/master/staging/persistent-volume-provisioning/)
* [StatefulSets](/zh/docs/concepts/workloads/controllers/statefulset/) * [StatefulSets](/zh/docs/concepts/workloads/controllers/statefulset/)
* [kubectl CLI](/zh/docs/user-guide/kubectl/) * [kubectl CLI](/zh/docs/user-guide/kubectl/)