Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 644 Bytes

idle-unidling-applications.adoc

File metadata and controls

26 lines (20 loc) · 644 Bytes

Unidling applications

Application services become active again when they receive network traffic and are scaled back up their previous state. This includes both traffic to the services and traffic passing through routes.

Applications can also be manually unidled by scaling up the resources.

Procedure
  1. To scale up a DeploymentConfig, run:

    $ oc scale --replicas=1 dc <dc_name>
Note

Automatic unidling by a router is currently only supported by the default HAProxy router.