Bug ID 1186566
Summary devel:kubic/k3s: Bug host-local couldn't be found in path
Classification openSUSE
Product openSUSE.org
Version unspecified
Hardware Other
OS openSUSE Tumbleweed
Status NEW
Severity Normal
Priority P5 - None
Component 3rd party software
Assignee rbrown@suse.com
Reporter aboe76@gmail.com
QA Contact screening-team-bugs@suse.de
Found By ---
Blocker ---

cni-bin-dir.patch modifies the hostlocal path

hostLocal, err := exec.LookPath("/usr/lib/cni/host-local")

this should be:

hostLocal, err := exec.LookPath("/usr/libexec/cni/host-local")


You are receiving this mail because: