-
Notifications
You must be signed in to change notification settings - Fork 243
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
[Epic] Basic Podman 2 support #1611
Comments
@anjannath did you have any comments? |
As we do for oc client, I guess we should add podman-remote in the snc bundle. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Podman 2 might be planned for inclusion with 4.7 |
Podman v2 is NOT usable in the current release of RHCOS/OpenShift 4.7 as it still uses the v1 API (2.0 release). We need a v2.1 release before we can make use of the improved API. |
Bundle 4.7.2 provides Podman v2.2.1. Would this work? |
I'll have to run a few tests as containers/podman#9098 showed that this version was inconsistently defined and used. Will let you know. |
I tried and it works fine now (using podman-remote v2.2.1)
|
Thanks for the feedback.
Is there a way we can define a local socket for the client to connect to,
for the actual implementation inside the VM?
|
For getting access to root podman, we need to change permissions of the socket inside the VM.
Using env. variables:
|
This means we are using
|
I played a bit with ssh tunnel and with this code: https://gist.github.com/guillaumerose/596cd7d99cbe0ad03ca7b0c9a6b20376
with the default behavior,
If we could use the default podman endpoint on the host instead of /tmp/podman.sock. It would remove the need of |
You need to add |
Delayed startup is now part of the #2167 |
Issues exist with the current version of podman; unreliable. |
Basic podman support is released now. There is nothing we can do here. |
podman system connection
usingSSH
handle delayed startup of the OpenShift cluster -> Possibility to run CRC without deploying OpenShift (for use of podman runtime) #1097state of OpenShift needs to be handled on (re)start of clusterDelayed startup is now part of the #2167
The text was updated successfully, but these errors were encountered: