Open
Description
Is there an existing issue for this?
- I have searched the existing issues
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 binary
Expected Behavior
creation of operator-sdk binary in /bin
directory on running make operator-sdk
Steps To Reproduce
- On a apple M1 mac clone the shipwright/operator repository
- Run
make operator-sdk
Anything else?
Hotfix:
- Install operator-sdk for mac locally on your system
- Run
whereis operator-sdk
to get absolute path for the installed operator-sdk binary - Copy the binary from that path to the shipwright/operator/bin path
- Run
chmod +x bin/operator-sdk
Metadata
Metadata
Assignees
Type
Projects
Status
No status