-
Notifications
You must be signed in to change notification settings - Fork 97
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
Fix document step by step guide #13
Conversation
@@ -0,0 +1,9 @@ | |||
.DS_Store | |||
china/.DS_Store |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove .DS_Store
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can ignore .gitignore self
@@ -106,9 +106,9 @@ eksctl utils associate-iam-oidc-provider --cluster=${CLUSTER_NAME} --approve --r | |||
* 请注意官方的policy里面包含了WAF等服务,中国区没有所以需要手动删除,修改好的已经放在resource/alb-ingress-controller目录下 | |||
|
|||
```bash | |||
cd resource/alb-ingress-controller | |||
cd china/2020_EKS_Launch_Workshop/resource/alb-ingress-controller |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer all step guide lab context is china/china/2020_EKS_Launch_Workshop,
so, we only use kubectl apply -f resource//xxx.yaml / or /xxxx.yaml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you can rebase your pull request form new origin master , that's LGTM.
@@ -68,9 +68,9 @@ sudo mv ./eksctl /usr/local/bin | |||
#kubectl | |||
https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html | |||
#macOS | |||
curl -o kubectl https://amazon-eks.s3-us-west-2.amazonaws.com/1.15.10/2020-02-22/bin/darwin/amd64/kubectl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is fix md format issue ? Sorry, I'm don't get your point :<
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is typo. I have fixed it.
Thank your PR ! |
*Issue #2 Issue #4 Issue #5 Issue #6 #7 #8 Issue #12 *
Description of changes:
Update the document for more and clear step by step guide
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.