https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/#create-horizontal-pod-autoscaler kubectl autoscale deployment php-apache --cpu-percent=50 --min=1 --max=10 --cpu-percent=50 should not be there anymore in example