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.
1 parent 13f1c8a commit 22101afCopy full SHA for 22101af
content/en/blog/_posts/2022-12-16-statefulset-migration.md
@@ -1,15 +1,16 @@
1
---
2
layout: blog
3
title: "Kubernetes 1.26: StatefulSet Start Ordinal Simplifies Migration"
4
-date: 2023-01-03
+date: 2023-04-19
5
slug: statefulset-start-ordinal
6
7
8
**Author**: Peter Schuurman (Google)
9
10
-Kubernetes v1.26 introduces a new, alpha-level feature for
+Kubernetes v1.26 introduced a new, alpha-level feature for
11
[StatefulSets](/docs/concepts/workloads/controllers/statefulset/) that controls
12
-the ordinal numbering of Pod replicas. Ordinals can start from arbitrary
+the ordinal numbering of Pod replicas. As of Kubernetes v1.27, this feature is
13
+now beta. Ordinals can start from arbitrary
14
non-negative numbers. This blog post will discuss how this feature can be
15
used.
16
0 commit comments