You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tutorials/kubernetes-basics/update/update-intro.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ <h3>Roll back an update</h3>
175
175
<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>
176
176
<p>Use the <code>get pods</code> subcommand to list the Pods again:</p>
177
177
<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>
179
179
<p><code><b>kubectl describe pods</b></code></p>
180
180
<p>The Deployment is once again using a stable version of the app (v2). The rollback was successful.</p>
0 commit comments