Oc deploy: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * oc =Overview= Used for deployments. <pre> oc deploy <deployment_config> --latest </pre>")
 
No edit summary
Line 10: Line 10:
oc deploy <deployment_config> --latest
oc deploy <deployment_config> --latest
</pre>
</pre>
=Options=
==--cancel==
==--retry==
Re-runs the previously deployed deployment. Retrying the deployment just restarts the deployment, it does not create a new deployment version.

Revision as of 00:37, 12 May 2017

Internal

Overview

Used for deployments.

oc deploy <deployment_config> --latest

Options

--cancel

--retry

Re-runs the previously deployed deployment. Retrying the deployment just restarts the deployment, it does not create a new deployment version.