diff --git a/dev_guide/deployments/basic_deployment_operations.adoc b/dev_guide/deployments/basic_deployment_operations.adoc index c661ad0cad7c..6c25fd5c0a7b 100644 --- a/dev_guide/deployments/basic_deployment_operations.adoc +++ b/dev_guide/deployments/basic_deployment_operations.adoc @@ -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 @@ -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/ +$ oc rollout retry dc/ ---- If the latest revision of it was deployed successfully, the command will display a @@ -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