You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In step 8.1.2, it missed a deployment step before running the cmd "kubectl autoscale deployment php-apache --cpu-percent=30 --min=1 --max=5".
The cmd in our EKSworkshop is "kubectl run php-apache --image=k8s.gcr.io/hpa-example --requests=cpu=200m --expose --port=80"
Considering the image is blocked by China GFW. It can deploy by using "kubectl run php-apache --image=chenwenkai123456/hpa-example --requests=cpu=200m --expose --port=80" for instead
The text was updated successfully, but these errors were encountered:
Sorry, I think this is not workshop issue , you can flow step2 (2.4 (可选)中国区镜像处理) set up third party mirror, or use "third party mirror"/google-containers/hpa-example , or use your personal dockerhub repo.
I should add comments to README , thanks your commets.
In step 8.1.2, it missed a deployment step before running the cmd "kubectl autoscale deployment php-apache --cpu-percent=30 --min=1 --max=5".
The cmd in our EKSworkshop is "kubectl run php-apache --image=k8s.gcr.io/hpa-example --requests=cpu=200m --expose --port=80"
Considering the image is blocked by China GFW. It can deploy by using "kubectl run php-apache --image=chenwenkai123456/hpa-example --requests=cpu=200m --expose --port=80" for instead
The text was updated successfully, but these errors were encountered: