Skip to content

Files

Latest commit

76dd94e · May 17, 2017

History

History

autoscale-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 17, 2017

Set mem/cpu limits first

oc set resources dc foo --limits=cpu=200m,memory=512Mi --requests=cpu=100m,memory=256M

Set HPA

 oc autoscale dc/foo --min=2 --max=5 --cpu-percent=80