[BUG] make operator-sdk
doesn't install operator-sdk binary on Apple M1 mac
#212
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Milestone
Is there an existing issue for this?
Kubernetes Version
Client Version: v1.28.1
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.2
Shipwright Version
0.13.0
Current Behavior
operator-sdk is a text file in the
/bin
directory of operator repository containing "Not found" instead of an actual binaryExpected Behavior
creation of operator-sdk binary in
/bin
directory on runningmake operator-sdk
Steps To Reproduce
make operator-sdk
Anything else?
Hotfix:
whereis operator-sdk
to get absolute path for the installed operator-sdk binarychmod +x bin/operator-sdk
The text was updated successfully, but these errors were encountered: