-
Notifications
You must be signed in to change notification settings - Fork 13
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
fixes for k8s deploy scripts #35
base: main
Are you sure you want to change the base?
Conversation
@@ -76,7 +76,7 @@ | |||
ports: | |||
- "5000:5000" | |||
volumes: | |||
- ../registry.config.yml:/etc/docker/registry/config.yml |
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 believe this change will disable the cleanup/delete capability on the local registry. The delete option is enabled in the registry.config.yml file on line 10 & 11.
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.
hi I don't quite understand the comment. overall, I faced issue to map a file in volumes section, so I create a registry folder with config.yml in local folder and mount the folder into /etc/docker/ under this volumes section
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 see.. somehow on my side i was able to run this previously. noted on this.
if this is the case, could you also commit and push in the registry folder with the config.yml under setup-scripts/setup-onpremise-kubernetes directory. Since the registry.config.yml is deleted would like to have it maintained under setup-scripts/setup-onpremise-kubernetes/registry/config.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.
@wanhakim yes. my bad to miss that file. added it back under the new registry folder.
Signed-off-by: Tsai, Louie <[email protected]>
some issues block k8s deployment, and 1 or 2 issues like args : warn related to ansible version.