Skip to content

Commit aab3148

Browse files
committed
Update content/en/docs/tutorials/kubernetes-basics/update/update-intro.html
1 parent e137b04 commit aab3148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/kubernetes-basics/update/update-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h3>Roll back an update</h3>
175175
<p>The <code>rollout undo</code> command reverts the deployment to the previous known state (v2 of the image). Updates are versioned and you can revert to any previously known state of a Deployment.</p>
176176
<p>Use the <code>get pods</code> subcommand to list the Pods again:</p>
177177
<p><code><b>kubectl get pods</b></code></p>
178-
<p>Four Pods are running. To check the image deployed on these Pods, use the <code>describe pods</code> subcommand:</p>
178+
<p>To check the image deployed on the running Pods, use the <code>describe pods</code> subcommand:</p>
179179
<p><code><b>kubectl describe pods</b></code></p>
180180
<p>The Deployment is once again using a stable version of the app (v2). The rollback was successful.</p>
181181
</div>

0 commit comments

Comments
 (0)