Created
October 4, 2018 06:33
-
-
Save gavinzhou/724e1242a303adb4d1a0235f7af3d097 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ kubectl proxy --port=8080 & | |
$ kubectl create -f https://raw.githubusercontent.com/mhausenblas/kbe/master/specs/rcs/rc.yaml | |
kubectl autoscale rc rcex --min=2 --max=5 --cpu-percent=80 | |
kubectl get hpa/rcex -o yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment