Document supported CNI versions #15041
dilyanpalauzov
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The CNI interface specification has several versions: 1.0.0, 0.4.0, 0.3.1. Please write down which cniVersion of the specification is supported.
Note that the cni-plugins (implementing the cni specification) are currently at version 1.1.1 and the plugins may implement at the same time several cni-specification versions.
The file https://github.com/containers/podman/blob/main/cni/87-podman-bridge.conflist contains
"cniVersion": "0.4.0"
, but I guess this is outdated.Beta Was this translation helpful? Give feedback.
All reactions