Skip to content

Commit 22101af

Browse files
committed
Update StatefulSetStartOrdinal blog post for beta v1.27
1 parent 13f1c8a commit 22101af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/en/blog/_posts/2022-12-16-statefulset-migration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
layout: blog
33
title: "Kubernetes 1.26: StatefulSet Start Ordinal Simplifies Migration"
4-
date: 2023-01-03
4+
date: 2023-04-19
55
slug: statefulset-start-ordinal
66
---
77

88
**Author**: Peter Schuurman (Google)
99

10-
Kubernetes v1.26 introduces a new, alpha-level feature for
10+
Kubernetes v1.26 introduced a new, alpha-level feature for
1111
[StatefulSets](/docs/concepts/workloads/controllers/statefulset/) that controls
12-
the ordinal numbering of Pod replicas. Ordinals can start from arbitrary
12+
the ordinal numbering of Pod replicas. As of Kubernetes v1.27, this feature is
13+
now beta. Ordinals can start from arbitrary
1314
non-negative numbers. This blog post will discuss how this feature can be
1415
used.
1516

0 commit comments

Comments
 (0)