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

Adapt run.sh script (Polaris on local Kind cluster) to Quarkus #843

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

adutra
Copy link
Contributor

@adutra adutra commented Jan 22, 2025

No description provided.

run.sh Show resolved Hide resolved
@adutra adutra force-pushed the adapt-k8s-example branch from 20f310f to ea728d0 Compare January 22, 2025 14:04
@@ -39,7 +39,7 @@ spec:
spec:
containers:
- name: polaris
image: localhost:5001/polaris:latest
image: localhost:5001/apache/polaris:latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just wondering: why do we need localhost:5001? Is it not assumed by default?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, that's the registry part of the image name, and defaults to docker.io if unspecified: apache/polaris expands to docker.io/apache/polaris.

This post explains it well.

@adutra adutra merged commit 27710e3 into apache:main Jan 23, 2025
5 checks passed
@adutra adutra deleted the adapt-k8s-example branch January 23, 2025 18:53
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.

3 participants