Skip to content

Bring the retry topic back and switch to oc rollout #11184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions dev_guide/deployments/basic_deployment_operations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ xref:../../architecture/infrastructure_components/web_console.adoc#project-overv
console] shows deployments in the *Browse* tab.
====

////
[[retrying-a-deployment]]

== Retrying a Deployment
Expand All @@ -68,7 +67,7 @@ If the current revision of your deployment configuration failed to deploy, you c
restart the deployment process with:

----
$ oc deploy --retry dc/<name>
$ oc rollout retry dc/<name>
----

If the latest revision of it was deployed successfully, the command will display a
Expand All @@ -80,7 +79,6 @@ Retrying a deployment restarts the deployment process and does not create a new
deployment revision. The restarted replication controller will have the same configuration
it had when it failed.
====
////

[[rolling-back-a-deployment]]
== Rolling Back a Deployment
Expand Down