Skip to content

[BUG] make operator-sdk doesn't install operator-sdk binary on Apple M1 mac #212

Open
@ayushsatyam146

Description

@ayushsatyam146

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

  1. On a apple M1 mac clone the shipwright/operator repository
  2. Run make operator-sdk

Anything else?

Hotfix:

  1. Install operator-sdk for mac locally on your system
  2. Run whereis operator-sdk to get absolute path for the installed operator-sdk binary
  3. Copy the binary from that path to the shipwright/operator/bin path
  4. Run chmod +x bin/operator-sdk

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions