OpenShift Deployment Operations: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
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> | ||
oc scale dc logging-es-3fs5ghyo --replicas=1 |
Revision as of 23:24, 16 October 2017
External
Internal
Starting a Deployment
oc rollout latest dc/<deploymentconfig-name>
This will start the number of replicas specified in ?
oc scale dc logging-es-3fs5ghyo --replicas=1