You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the recommendation in the CLI output assumes non-root user.
# ./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 --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
I assume that the Recommendation should check the uid.
If root user runs "# skupper --platform podman init", I assume that this line in the output should change from this:
systemctl --user enable --now podman.socket
to this:
systemctl enable --now podman.socket
Environment details
Observed in skupper client version: 1.6.0.
The text was updated successfully, but these errors were encountered:
Describe the bug
As root, run:
Note that the recommendation in the CLI output assumes non-root user.
I assume that the Recommendation should check the uid.
If root user runs "# skupper --platform podman init", I assume that this line in the output should change from this:
to this:
Environment details
Observed in skupper client version: 1.6.0.
The text was updated successfully, but these errors were encountered: