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: contrib/cni/README.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
@@ -11,7 +11,7 @@ By default, your CNI configurations are read from `/etc/cni/net.d`.
11
11
This can be overwritten by specifying `crio.network.network_dir` in your override of `/etc/crio/crio.conf.d`.
12
12
13
13
CRI-O chooses a CNI configuration from this directory with lexicographic precidence (10-config will be chosen over 99-config).
14
-
However, CRI-O will only choose a network whose name matches the value of `crio.network.cni_default_network` (default value is `crio`).
14
+
However, CRI-O will only choose a network whose name matches the value of `crio.network.cni_default_network` (default value is `""`).
15
15
16
16
Unless you have a specific networking configuration you'd like to use, we recommend installing either [10-crio-bridge.conflist][dual-stack], or [11-crio-ipv4-bridge.conflist][ipv4-only].
17
17
Installing in this case means: Copy the respective files to the configuration directory like so:
0 commit comments