Skip to content

Commit

Permalink
Merge pull request #45885 from LavredisG/main
Browse files Browse the repository at this point in the history
Update en-update-intro.html
  • Loading branch information
k8s-ci-robot authored Oct 9, 2024
2 parents 0ca1a07 + aab3148 commit 92fad83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h3>Roll back an update</h3>
<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>
<p>Use the <code>get pods</code> subcommand to list the Pods again:</p>
<p><code><b>kubectl get pods</b></code></p>
<p>Four Pods are running. To check the image deployed on these Pods, use the <code>describe pods</code> subcommand:</p>
<p>To check the image deployed on the running Pods, use the <code>describe pods</code> subcommand:</p>
<p><code><b>kubectl describe pods</b></code></p>
<p>The Deployment is once again using a stable version of the app (v2). The rollback was successful.</p>
</div>
Expand Down

0 comments on commit 92fad83

Please sign in to comment.