OpenShift Deployment Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
  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>.
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 ?