mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
25 lines
595 B
Plaintext
25 lines
595 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * applications/deployments/managing-deployment-processes.adoc
|
|
|
|
[id="deployments-starting-a-deployment_{context}"]
|
|
= Starting a deployment
|
|
|
|
You can start a _rollout_ to begin the deployment process of your application.
|
|
|
|
.Procedure
|
|
|
|
. To start a new deployment process from an existing DeploymentConfig, run the
|
|
following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc rollout latest dc/<name>
|
|
----
|
|
+
|
|
[NOTE]
|
|
====
|
|
If a deployment process is already in progress, the command displays a
|
|
message and a new ReplicationController will not be deployed.
|
|
====
|