Skip to content

Commit 10cfba6

Browse files
Merge pull request #11184 from soltysh/remove_oc_deploy
Bring the retry topic back and switch to oc rollout
2 parents 25e98fe + 03a7e5a commit 10cfba6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: dev_guide/deployments/basic_deployment_operations.adoc

+1-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ xref:../../architecture/infrastructure_components/web_console.adoc#project-overv
5959
console] shows deployments in the *Browse* tab.
6060
====
6161

62-
////
6362
[[retrying-a-deployment]]
6463

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

7069
----
71-
$ oc deploy --retry dc/<name>
70+
$ oc rollout retry dc/<name>
7271
----
7372

7473
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
8079
deployment revision. The restarted replication controller will have the same configuration
8180
it had when it failed.
8281
====
83-
////
8482

8583
[[rolling-back-a-deployment]]
8684
== Rolling Back a Deployment

0 commit comments

Comments
 (0)