Skip to content

Commit 8ca5a5d

Browse files
committed
Minor edits to StatefulSet start ordinal blog post
1 parent 76dae78 commit 8ca5a5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ used.
1616
## Background
1717

1818
StatefulSets ordinals provide sequential identities for pod replicas. When using
19-
[`OrderedReady` Pod management](/docs/tutorials/stateful-application/basic-stateful-set/#orderedready-pod-management),
19+
[`OrderedReady` Pod management](/docs/tutorials/stateful-application/basic-stateful-set/#orderedready-pod-management)
2020
Pods are created from ordinal index `0` up to `N-1`.
2121

2222
With Kubernetes today, orchestrating a StatefulSet migration across clusters is
@@ -135,7 +135,7 @@ Pre-requisites: Two Kubernetes clusters named `source` and `destination`.
135135
that are not relevant in `destination` cluster are removed (eg: `uid`,
136136
`resourceVersion`, `status`).
137137

138-
#### Source Cluster
138+
#### Source cluster
139139

140140
Note: If using a `StorageClass` with `reclaimPolicy: Delete` configured, you
141141
should patch the PVs in `source` with `reclaimPolicy: Retain` prior to
@@ -149,7 +149,7 @@ Pre-requisites: Two Kubernetes clusters named `source` and `destination`.
149149
kubectl get secret redis-redis-cluster -o yaml | yq 'del(.metadata.uid, .metadata.resourceVersion)' > /tmp/secret-redis-redis-cluster.yaml
150150
```
151151

152-
#### Destination Cluster
152+
#### Destination cluster
153153

154154
Note: For the PV/PVC, this procedure only works if the underlying storage system
155155
that your PVs use can support being copied into `destination`. Storage

0 commit comments

Comments
 (0)