-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fingerprint: check if the CNI bridge plugin is available
A client should declare the "bridge" network fingerprint only if the bridge CNI plugin is available. Currently, Linux clients with the bridge kernel module enabled (pretty much all Linux boxes with Docker installed) declare "bridge" network, but allocs requiring it will fail with `failed to find plugin "bridge" in path [/opt/cni/bin]` error.
- Loading branch information
Mahmood Ali
committed
Aug 11, 2021
1 parent
eedfa0b
commit 551288f
Showing
3 changed files
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters