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
Copy file name to clipboardExpand all lines: docs/cni.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Network configuration for CNI plugins is described in JSON format. The default l
58
58
The following fields are well-known and have the following meaning:
59
59
60
60
Network plugin
61
-
*`cniVersion`: Azure plugins currently support versions 0.1.0 and 0.2.0 of the [CNI spec](https://github.com/containernetworking/cni/blob/master/SPEC.md). Support for new spec versions will be added shortly after each CNI release.
61
+
*`cniVersion`: Azure plugins currently support versions 0.3.0 and 0.3.1 of the [CNI spec](https://github.com/containernetworking/cni/blob/master/SPEC.md). Support for new spec versions will be added shortly after each CNI release.
62
62
*`name`: Name of the network. This property can be set to any unique value.
63
63
*`type`: Name of the network plugin. This property should always be set to `azure-vnet`.
64
64
*`mode`: Operational mode. This field is optional. See the [operational modes](https://github.com/Azure/azure-container-networking/blob/master/docs/network.md) for more details.
0 commit comments