-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
3667165
fix the docuemnt for issue 2-9
26edb03
add guide for dashboard token login
7261732
1.remove .DS_Store and .gitignore, 2.ALBIngress doc
36429f5
fix the docuemnt for issue 2-9
b16d100
add guide for dashboard token login
186dc9c
rebase and fix space
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.DS_Store | ||
china/.DS_Store | ||
global/.DS_Store | ||
resource/china/ecsdemo-crystal | ||
resource/china/ecsdemo-frontend | ||
resource/china/ecsdemo-nodejs | ||
resource/china/s3-echoer | ||
resource/china/hpa/metrics-server-v0.3.6.tar.gz | ||
resource/china/hpa/metrics-server-v0.3.6/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,15 +133,22 @@ ip-192-168-86-36.cn-northwest-1.compute.internal Ready <none> 3d4h v1. | |
|
||
由于防火墙或安全限制,海外gcr.io, quay.io的镜像可能无法下载,为了不手动修改原始yaml文件的镜像路径,采用下面webhook的方式,自动修改国内配置的镜像路径。 | ||
详情参考 [amazon-api-gateway-mutating-webhook-for-k8](https://github.com/aws-samples/amazon-api-gateway-mutating-webhook-for-k8) | ||
1. 修改 api-gateway.yaml 中 image_mirrors 下面的镜像地址为你偏好的国内镜像地址 | ||
```bash | ||
git clone [email protected]:aws-samples/amazon-api-gateway-mutating-webhook-for-k8.git | ||
cd amazon-api-gateway-mutating-webhook-for-k8 | ||
Deploy cloudformation api-gateway.yaml,注意修改下面的镜像地址为你偏好的地址 | ||
# | ||
image_mirrors = { | ||
'gcr.io/': 'local-gcr-io/', | ||
'k8s.gcr.io/': 'local-gcr-io/google-containers/', | ||
'quay.io/': 'local-quay-io/' | ||
} | ||
``` | ||
|
||
2. 在AWS console 部署 Cloudformation template api-gateway.yaml | ||
|
||
3. Cloudformation 部署完成之后,在 EKS 集群部署 webhook | ||
```bash | ||
kubectl apply -f mutating-webhook.yaml | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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