File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
## Background
17
17
18
18
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 )
20
20
Pods are created from ordinal index ` 0 ` up to ` N-1 ` .
21
21
22
22
With Kubernetes today, orchestrating a StatefulSet migration across clusters is
@@ -135,7 +135,7 @@ Pre-requisites: Two Kubernetes clusters named `source` and `destination`.
135
135
that are not relevant in ` destination ` cluster are removed (eg: ` uid ` ,
136
136
` resourceVersion ` , ` status ` ).
137
137
138
- #### Source Cluster
138
+ #### Source cluster
139
139
140
140
Note: If using a ` StorageClass ` with ` reclaimPolicy: Delete ` configured, you
141
141
should patch the PVs in ` source ` with ` reclaimPolicy: Retain ` prior to
@@ -149,7 +149,7 @@ Pre-requisites: Two Kubernetes clusters named `source` and `destination`.
149
149
kubectl get secret redis-redis-cluster -o yaml | yq 'del(.metadata.uid, .metadata.resourceVersion)' > /tmp/secret-redis-redis-cluster.yaml
150
150
```
151
151
152
- #### Destination Cluster
152
+ #### Destination cluster
153
153
154
154
Note: For the PV/PVC, this procedure only works if the underlying storage system
155
155
that your PVs use can support being copied into ` destination ` . Storage
You can’t perform that action at this time.
0 commit comments