Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 577 Bytes

deployments-starting-deployment.adoc

File metadata and controls

23 lines (19 loc) · 577 Bytes

Starting a deployment

You can start a rollout to begin the deployment process of your application.

Procedure
  1. To start a new deployment process from an existing DeploymentConfig, run the following command:

    $ 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.