-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
The bin directory should not be commited. Signed-off-by: Paul Holzinger <[email protected]>
When gvproxy returns an error we should add the body to the error message. For example this will now look like this: `something went wrong with the request: "listen tcp 0.0.0.0:8080: bind: address already in use\n` Signed-off-by: Paul Holzinger <[email protected]>
When no ports are set we still have to return the CNI result back. Otherwise CNI will fail with `unexpected end of JSON input`. Fixes containers/podman#11413 Signed-off-by: Paul Holzinger <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Luap99 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM |
1 similar comment
LGTM |
Has this been merged with main podman? Experiencing the port issue on a fresh podman install, 3.3.1 |
Should be fixed when the podman 3.4 update lands in CoreOS |
I'm using latest podman version and still getting this error
|
I see the same with 3.4.0_1 on mac :
|
You need podman 3.4 in the CoreOS version, not on the mac. Run
and see what it says for the server version. Apparently once that's 3.4 this should work (from what I've read). |
Ah, thanks ... but the server version is determined by machine init -
|
Indeed, and my understanding is that we’re waiting for the next version to CoreOS with podman 3.4. Not sure whether there’s a way to upgrade the machine in place or whether that will require creating a new podman machine. |
Okay, thanks. |
fedora coreos 35.20211010.1.0 looks to have fixed the issue :
|
When no ports are set we still have to return the CNI result back.
Otherwise CNI will fail with
unexpected end of JSON input
.Fixes containers/podman#11413
Return the error message from gvproxy
When gvproxy returns an error we should add the body to the error
message. For example this will now look like this:
something went wrong with the request: "listen tcp 0.0.0.0:8080: bind: address already in use\n
Add gitignore
The bin directory should not be commited.