We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make operator-sdk
Client Version: v1.28.1 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.29.2
0.13.0
operator-sdk is a text file in the /bin directory of operator repository containing "Not found" instead of an actual binary
/bin
creation of operator-sdk binary in /bin directory on running make operator-sdk
Hotfix:
whereis operator-sdk
chmod +x bin/operator-sdk
The text was updated successfully, but these errors were encountered:
Blocked by #139
Sorry, something went wrong.
From Refinement, @adambkaplan do you need help with the blocking issue #139 ?
Moving this to the backlog, as we need to re-evaluate if operator-sdk is the best tool moving forward. See updated comment in #139
No branches or pull requests
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: