Skip to content

Commit 246864f

Browse files
authored
Merge pull request #45973 from tico88612/sync/statefulset
[zh-cn] sync StatefulSet with en
2 parents 29d065c + 576de63 commit 246864f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/zh-cn/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
title: StatefulSet
3+
api_metadata:
4+
- apiVersion: "apps/v1"
5+
kind: "StatefulSet"
36
content_type: concept
47
description: >-
58
StatefulSet 运行一组 Pod,并为每个 Pod 保留一个稳定的标识。
@@ -16,6 +19,9 @@ reviewers:
1619
- kow3ns
1720
- smarterclayton
1821
title: StatefulSets
22+
api_metadata:
23+
- apiVersion: "apps/v1"
24+
kind: "StatefulSet"
1925
content_type: concept
2026
description: >-
2127
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

Comments
 (0)