Stan Lagun 17fea01068 [Kubernetes] Action to scale Pod up/down
Change-Id: I6b2737524955b1f72b6a692559d3942cbb60deb7
Closes-Bug: #1449599
2015-10-09 15:54:32 +00:00

7 lines
88 B
Bash

#!/bin/bash
# $1 - RC name
# $2 - new size
/opt/bin/kubectl scale rc $1 --replicas=$2