Skip to content

Commit fa15bee

Browse files
Anthony Sansonejwilliams-mongo
authored andcommitted
(DOCSP-9470) Updates to PV resize tutorial
1 parent 7cc99b8 commit fa15bee

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

source/includes/steps-resize-storage.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ ref: recreate-statefulsets
124124
title: Recreate the StatefulSets.
125125
content: |
126126
127+
.. note::
128+
129+
This step removes the |k8s-statefulset| only. The pods remain
130+
unchanged and running.
131+
127132
a. Delete a |k8s-statefulset| resource.
128133
129134
.. code-block:: sh
@@ -132,9 +137,6 @@ content: |
132137
133138
b. Recreate a |k8s-statefulset| resource with the new volume size.
134139
135-
|k8s-op-short| deletes the |k8s-statefulset|, but the pods remain
136-
unchanged and running.
137-
138140
.. code-block:: sh
139141
140142
kubectl apply -f my-replica-set-vol.yaml
@@ -153,6 +155,9 @@ content: |
153155
.. code-block:: sh
154156
155157
kubectl rollout restart sts <my-replica-set>
158+
159+
The new pods mount the resized volume.
160+
156161
---
157162
stepnum: 7
158163
level: 4

0 commit comments

Comments
 (0)