This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.7.2. 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
To scale up a DeploymentConfig, run:
oc scale --replicas=1 dc <dc_name>
$ oc scale --replicas=1 dc <dc_name>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
注意
Automatic unidling by a router is currently only supported by the default HAProxy router.