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
According to the comment, the output path should be <multus auto config dir>/00-multus.conf, but the target file path is actually using <cni config dir>/00-multus.conf which comes from a different configuration parameter that can be different from the auto config dir.
Then how to understand this discrepancy? It's actually writing to the cni config dir or the cni config dir is actually overridden by the auto config dir somewhere?
The text was updated successfully, but these errors were encountered:
Hi, just wanted to understand this part of code.
multus-cni/pkg/server/config/manager.go
Line 265 in 4a0b507
According to the comment, the output path should be
<multus auto config dir>/00-multus.conf
, but the target file path is actually using<cni config dir>/00-multus.conf
which comes from a different configuration parameter that can be different from the auto config dir.multus-cni/pkg/server/config/manager.go
Line 123 in 4a0b507
Then how to understand this discrepancy? It's actually writing to the cni config dir or the cni config dir is actually overridden by the auto config dir somewhere?
The text was updated successfully, but these errors were encountered: