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

skupper init improve help text #1479

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

Conversation

Karen-Schoener
Copy link
Collaborator

Improve help text in skupper init if podman endpoint is not available.

Fixes #1471

@Karen-Schoener
Copy link
Collaborator Author

Test case: run as root:

[root@fedora skupper]# ./skupper --platform podman init
Podman endpoint is not available: unix:///run/podman/podman.sock

Recommendation:

        Make sure you have an active podman endpoint available.
        On most systems you can execute:

                systemctl enable --now podman.socket

        Alternatively you could also create your own service that runs:

                podman system service --time=0 <URI>

        You can get concrete examples through:

                podman help system service

Test case: run as non-root:

[kschoener@fedora skupper]$ ./skupper --platform podman init
Podman endpoint is not available: unix:///run/user/1000/podman/podman.sock

Recommendation:

        Make sure you have an active podman endpoint available.
        On most systems you can execute:

                systemctl --user enable --now podman.socket

        Alternatively you could also create your own service that runs:

                podman system service --time=0 <URI>

        You can get concrete examples through:

                podman help system service

@Karen-Schoener Karen-Schoener force-pushed the fix_1471_skupper_init_improve_recommendation branch from f40a0ec to 5d57ccd Compare May 17, 2024 13:05
@Karen-Schoener Karen-Schoener self-assigned this May 17, 2024
Improve help text in skupper init if podman endpoint is not available.

Fixes skupperproject#1471
@Karen-Schoener Karen-Schoener force-pushed the fix_1471_skupper_init_improve_recommendation branch from 5d57ccd to e14ddac Compare August 15, 2024 18:26
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.

CLI: skupper init: improve recommendation if podman endpoint is not available
2 participants