Skip to content

Commit f3410ec

Browse files
Merge pull request cri-o#6475 from amarlearning/ISSUE-6074
Fix Inconsistent documentation for default value of `crio.network.cni_default_network`
2 parents 1f54a8b + 666a9e9 commit f3410ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/cni/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ By default, your CNI configurations are read from `/etc/cni/net.d`.
1111
This can be overwritten by specifying `crio.network.network_dir` in your override of `/etc/crio/crio.conf.d`.
1212

1313
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 `""`).
1515

1616
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].
1717
Installing in this case means: Copy the respective files to the configuration directory like so:

0 commit comments

Comments
 (0)