-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add support for local registry use to the local-dev tooling #894
Add support for local registry use to the local-dev tooling #894
Conversation
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #894 +/- ##
=======================================
Coverage 54.66% 54.66%
=======================================
Files 44 44
Lines 4831 4831
=======================================
Hits 2641 2641
Misses 1975 1975
Partials 215 215 |
Signed-off-by: Meredith Lancaster <[email protected]>
hack/local-dev.sh
Outdated
|
||
for i in ${CONFIG_FILES[@]} | ||
do | ||
ko apply -f $i |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't you run make ko-apply
instead ?
Signed-off-by: Meredith Lancaster <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally i think we should stay using go instead of bash
I am okay with any approach as long as it is easy to mantain in a longer term.i don't have strong preferences here. |
Thanks for the feedback, I was able to implement more with the Go CLI. I'll push an update soon that includes it. |
cool! |
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
Signed-off-by: Meredith Lancaster <[email protected]>
thanks for the review @hectorj2f, would you mind merging the PR? I don't have access to merge it |
Summary
Adds support for using the local Kind registry. This pull request also adds a new
k8s-version
flag. If supplied, this option determines which Kind image is used when creating the Kind cluster.cc @hectorj2f @vaikas
Release Note
Documentation