-
Notifications
You must be signed in to change notification settings - Fork 101
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
Expose ko
features as a third-party Envfunc
#343
Comments
Hello, if no one is working on this yet, may I give it a try? 😄 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
@heylongdacoder Still interested in working on this ? /remove-lifecycle stale |
Hey @vladimirvivien, I have finished part of it with test cases. I will probably commit the code for review this weekend. But if I am blocking the progress, please feel free to take this! Many thanks! |
Hi @heylongdacoder were you able to start PR? |
@vladimirvivien sorry for the delay, I am working on it now. |
@heylongdacoder no worries at all. |
hey @vladimirvivien I would like to continue on this and confirm a few things.
Thanks! |
Hi @heylongdacoder when I wrote the issue, I was giving an example of what could work. Thanks agai. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
What do you want to see?
ko is a tool that automates the build and publication of Go code as container images. I think it would be useful to be able to create and deploy (locally or even remotely) container images during testing. This is especially true if building/testing Kubernetes controller/operators.
For instance, the following provides an idea of how that could work :
Extra Labels
No response
The text was updated successfully, but these errors were encountered: