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

fixes for k8s deploy scripts #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

louie-tsai
Copy link

some issues block k8s deployment, and 1 or 2 issues like args : warn related to ansible version.

setup-scripts/setup-onpremise-kubernetes/inventory.ini Outdated Show resolved Hide resolved
@@ -76,7 +76,7 @@
ports:
- "5000:5000"
volumes:
- ../registry.config.yml:/etc/docker/registry/config.yml
Copy link
Collaborator

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.

Copy link
Author

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

Copy link
Collaborator

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

Copy link
Author

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.

@louie-tsai louie-tsai requested a review from wanhakim February 7, 2025 06:04
Signed-off-by: Tsai, Louie <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants