https://rancher.com/ logo
Title
b

bland-ambulance-48467

05/03/2023, 4:28 AM
Hey folks! what does this error means
mustkim@MustkimsPC:~/Desktop/kuma_/kuma$ sudo make -j k3d/restart
make k3d/stop
make[1]: Entering directory '/home/mustkim/Desktop/kuma_/kuma'
/bin/sh: 1: /root/.kuma-dev/kuma-release-none./bin/k3d: not found
make[1]: *** [mk/k3d.mk:106: k3d/stop] Error 127
make[1]: Leaving directory '/home/mustkim/Desktop/kuma_/kuma'
make: *** [mk/k3d.mk:155: k3d/restart] Error 2
w

wide-garage-9465

05/03/2023, 4:41 AM
Hey! Well, you're using some makefile there to execute k3d, so you should probably look into that first, since it doesn't look like an error coming from k3d 🤔 Probably the project you're using there can help you: https://github.com/kumahq/kuma
b

bland-ambulance-48467

05/03/2023, 6:09 AM
Thanks for suggestion! I though it would have related with location of k3d, but checking makefile make sense. Again, Thank you!