We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29d065c + 576de63 commit 246864fCopy full SHA for 246864f
content/zh-cn/docs/concepts/workloads/controllers/statefulset.md
@@ -1,5 +1,8 @@
1
---
2
title: StatefulSet
3
+api_metadata:
4
+- apiVersion: "apps/v1"
5
+ kind: "StatefulSet"
6
content_type: concept
7
description: >-
8
StatefulSet 运行一组 Pod,并为每个 Pod 保留一个稳定的标识。
@@ -16,6 +19,9 @@ reviewers:
16
19
- kow3ns
17
20
- smarterclayton
18
21
title: StatefulSets
22
23
24
25
26
27
A StatefulSet runs a group of Pods, and maintains a sticky identity for each of those Pods. This is useful for managing
0 commit comments