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
Documentation says that /opt/cni/config is default configuration path; however if it is not explicitly set, the fingerprinter returns client.fingerprint_mgr: CNI config dir is not set or does not exist, skipping: cni_config_dir=
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
Nomad v0.12.5 (514b0d6)
Operating system and Environment details
centos 7
Issue
Documentation says that /opt/cni/config is default configuration path; however if it is not explicitly set, the fingerprinter returns
client.fingerprint_mgr: CNI config dir is not set or does not exist, skipping: cni_config_dir=
I do see that there is a default being set in
nomad/client/config/config.go
Line 333 in 311886b
So I'm not sure why we aren't seeing the expected default.
The text was updated successfully, but these errors were encountered: