-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
API: Accept CNI network specs for supported plugin types in the CreateNetwork endpoint #9910
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
network
Networking related issue or feature
Comments
openshift-ci-robot
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Mar 31, 2021
@jwhonce wdyt? |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
Concur - we're moving in a direction of increasing, rather than decreasing, the degree of abstraction between us and CNI. |
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 21, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
network
Networking related issue or feature
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
There is a pretty big delta between what the Podman CreateNetwork API endpoint will accept and the types of CNI networks that Podman supports (including the base set of plugins that Podman ships with on Fedora, FCOS etc.). It would be really nice to be able to just provide a CNI spec (as in a NetConfList) to the CreateNetwork endpoint and have Podman simply place the spec in
/etc/cni/net.d/
.Steps to reproduce the issue:
Describe the results you received:
Unable to create most CNI network types even though Podman ships with the plugins.
Describe the results you expected:
Able to create CNI network types that Podman supports through the Podman API.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Physical
The text was updated successfully, but these errors were encountered: