Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step 8 miss the cmd of deployment php-apache #14

Open
phoenixyy opened this issue Mar 15, 2020 · 1 comment
Open

Step 8 miss the cmd of deployment php-apache #14

phoenixyy opened this issue Mar 15, 2020 · 1 comment

Comments

@phoenixyy
Copy link

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

@stevensu1977
Copy link
Contributor

stevensu1977 commented Mar 15, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants