-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix podman network inspect format and error #9866
Conversation
Left-overs from #9716, which actually caused the whole thing to come crashing down...
|
Somehow this ended up with the docker network inspect format, instead of the CNI based one used by podman network inspect ?
5461a8a
to
a6941f2
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund, tstromberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Somehow this ended up with the docker network inspect format,
instead of the CNI based one used by podman network inspect ?
Also add a check for when trying to name the cluster "podman",
which runs into trouble (same as docker driver with name "bridge")