You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per here: https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/
Quote: You must use a CNI plugin that is compatible with the [v0.4.0](https://github.com/containernetworking/cni/blob/spec-v0.4.0/SPEC.md) or later releases of the CNI specification. The Kubernetes project recommends using a plugin that is compatible with the [v1.0.0](https://github.com/containernetworking/cni/blob/spec-v1.0.0/SPEC.md) CNI specification (plugins can be compatible with multiple spec versions).
Which cniVersion to use for all the cni plugins in this repo? this is really confusing.
The text was updated successfully, but these errors were encountered:
Which cniVersion to use? Seeing example using '0.3.1' here: https://www.cni.dev/plugins/current/main/bridge/.
Per here: https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/
Quote:
You must use a CNI plugin that is compatible with the [v0.4.0](https://github.com/containernetworking/cni/blob/spec-v0.4.0/SPEC.md) or later releases of the CNI specification. The Kubernetes project recommends using a plugin that is compatible with the [v1.0.0](https://github.com/containernetworking/cni/blob/spec-v1.0.0/SPEC.md) CNI specification (plugins can be compatible with multiple spec versions).
Which cniVersion to use for all the cni plugins in this repo? this is really confusing.
The text was updated successfully, but these errors were encountered: