Skip to content

Commit

Permalink
cc
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha committed Apr 5, 2021
1 parent a9afc9f commit bf853eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/cni/cni.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func New(cc config.ClusterConfig) (Manager, error) {
klog.Infof("Creating CNI manager for %q", cc.KubernetesConfig.CNI)

// respect user-specified custom CNI Config Directory, if any
userCNIConfDir := config.ExtraOptions.Get("cni-conf-dir", "kubelet")
userCNIConfDir := cc.KubernetesConfig.ExtraOptions.Get("cni-conf-dir", "kubelet")
if userCNIConfDir != "" {
CustomCNIConfDir = userCNIConfDir
}
Expand Down

0 comments on commit bf853eb

Please sign in to comment.