-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
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 go
and kubectl
version configurable
#926
Comments
Let's start with |
embano1
added a commit
to embano1/ko
that referenced
this issue
Jan 13, 2023
Closes: ko-build#926 Signed-off-by: Michael Gasch <[email protected]>
embano1
added a commit
to embano1/ko
that referenced
this issue
Jan 13, 2023
Closes: ko-build#926 Signed-off-by: Michael Gasch <[email protected]>
embano1
added a commit
to embano1/ko
that referenced
this issue
Jan 18, 2023
Closes: ko-build#926 Signed-off-by: Michael Gasch <[email protected]>
embano1
added a commit
to embano1/ko
that referenced
this issue
Jan 19, 2023
Closes: ko-build#926 Signed-off-by: Michael Gasch <[email protected]>
embano1
added a commit
to embano1/ko
that referenced
this issue
Jan 19, 2023
Closes: ko-build#926 Signed-off-by: Michael Gasch <[email protected]>
imjasonh
added a commit
that referenced
this issue
Jan 19, 2023
* feat: Add KO_GO_BIN env var Closes: #926 Signed-off-by: Michael Gasch <[email protected]> * Update docs/configuration.md Signed-off-by: Michael Gasch <[email protected]> Co-authored-by: Jason Hall <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently,
ko
uses hardcoded values to retrieve thego
andkubectl
executables, e.g.ko/pkg/build/gobuild.go
Line 288 in 453bf80
The desired behavior is to make those binary locations configurable, e.g. via
KO_GO_PATH
andKO_KUBECTL_PATH
.Alternatively, they could be specified in
.ko.yaml
but this might be overkill as setting these values are considered exceptional.The text was updated successfully, but these errors were encountered: