aws-samples / eks-workshop-greater-china

AWS Workshop for Learning EKS for Greater China
MIT No Attribution
144 stars 101 forks source link

HPA sample application php-apache issue #9

Closed toreydai closed 4 years ago

toreydai commented 4 years ago

In Step 8.1.2 In the beginning,you need to deploy php-apache first. Below is the command: kubectl apply -f https://k8s.io/examples/application/php-apache.yaml

liangruibupt commented 4 years ago

No need, below command will deploy php-apache kubectl autoscale deployment php-apache --cpu-percent=30 --min=1 --max=5

toreydai commented 4 years ago

kubectl autoscale deployment php-apache --cpu-percent=30 --min=1 --max=5 Error from server (NotFound): deployments.extensions "php-apache" not found