-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
It would be really nice if you could publish the operator-sdk binary file, compiled for common architectures, together with the source files in the release page.
People working on a operator-sdk based project now need to:
- Clone the operator-sdk project into their gopath
- Install it to create the binary file
- Delete the source from the gopath, otherwise source files would clash with their counterpart in the project's vendor dir
It's also difficult to communicate which version of the sdk they have to install and how to do it.
If the binary file was available, they would just need to curl it into a location in their $PATH.
oscerd, lilic and grosser