-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feat: Push the lunettes image to both dockerhub and acr #114
base: main
Are you sure you want to change the base?
Conversation
18f742c
to
dad352f
Compare
a5707cc
to
a6c83b8
Compare
resolve #113 |
|
||
jobs: | ||
create-cluster: | ||
runs-on: ubuntu-latest | ||
steps: | ||
# Free disk space | ||
- name: Free disk space 🧹 |
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.
is this icon written here on purpose :D
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 code snippet is references the usage of another project jupyter/docker-stacks, which also encounters the problem of disk full.
thank you @linuzb 🎉 |
deploy/helm/lunettes/values.yaml
Outdated
memory: 512Mi | ||
requests: | ||
cpu: 100m | ||
memory: 512Mi | ||
|
||
# jaejer |
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.
typo -> jaeger
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.
All jaejer typo have been modified
hack/convert-image/convert_images.sh
Outdated
@@ -0,0 +1,64 @@ | |||
#!/bin/bash |
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.
maybe we can have a better word than "convert image" ?
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.
Replace "convet image" with "image transfer", which means that copy the image from one registry to another.
Or maybe we can name it "image syncer"?
9fe217e
to
3d3c595
Compare
Signed-off-by: linuzb <[email protected]>
Signed-off-by: linuzb <[email protected]>
Signed-off-by: linuzb <[email protected]>
Signed-off-by: linuzb <[email protected]>
The purpose of this pr is to speed up the deployment of lunettes by Chinese users by pushing images to a repository deployed in China (aliyun image regitstry). Users in different regions can choose different repositories for accelerated mirror downloads.
This pr has four main changes