OpenShift Deployment Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


  oc rollout latest dc/<''deploymentconfig-name''>
  oc rollout latest dc/<''deploymentconfig-name''>
This will start the number of replicas specified in <font color=red>?</font>.

Revision as of 23:23, 16 October 2017

External

Internal

Starting a Deployment

oc rollout latest dc/<deploymentconfig-name>

This will start the number of replicas specified in ?.