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

Local connection set up by default #740

Open
frandavid100 opened this issue Nov 13, 2023 · 3 comments
Open

Local connection set up by default #740

frandavid100 opened this issue Nov 13, 2023 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@frandavid100
Copy link

frandavid100 commented Nov 13, 2023

I'd like Pods to work a bit more like Fragments; meaning, the local connection is set up and shown by default, without the user having to do anything, and then there's a menu item that lets you add a remote connection.

Would that be possible?

@frandavid100 frandavid100 added the enhancement New feature or request label Nov 13, 2023
@marhkb
Copy link
Owner

marhkb commented Nov 13, 2023

Thanks for the suggestion. This would be a rather low priority on my TODO list, but I welcome patches.
Pods needs to check if the socket is available on the host and could connect immediately. On some systems, such as mobile devices, this is not the case and the user has to add connections manually.

@marhkb marhkb added the help wanted Extra attention is needed label Nov 13, 2023
@JaneSmith
Copy link

JaneSmith commented Sep 13, 2024

Does it have to use a socket? I'm a newbie and don't really understand the setup for Pods at all. With no local connection set up by default, the onboarding process is confusing for me. Ideally, I'd like to just use the podman-host wrapper from Distrobox that I already use with the VS Code Flatpak. Is this not possible?

@marhkb
Copy link
Owner

marhkb commented Sep 21, 2024

Does it have to use a socket? I'm a newbie and don't really understand the setup for Pods at all. With no local connection set up by default, the onboarding process is confusing for me. Ideally, I'd like to just use the podman-host wrapper from Distrobox that I already use with the VS Code Flatpak. Is this not possible?

This is not possible. Because pods uses the podman RESTful API it has to transfer over HTTP – either through a UNIX socket or a TCP connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants