-
Notifications
You must be signed in to change notification settings - Fork 73
feat: adds image-load and kind-load Make targets #288
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
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danehans The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Looks like this needs a rebase, but will re-approve when done, thanks! /lgtm |
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
@kfswain I made a few minor tweaks- changed target names and included |
/lgtm |
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
* Integrate dynamic-lora-sidecar into main guide and add makefile, cloudbuild to build and publish lora-syncer image Signed-off-by: Kunjan <kunjanp@google.com> * Add makefile and cloudbuild file to build and push lora-syncer Signed-off-by: Kunjan <kunjanp@google.com> * Add makefile and cloudbuild file to build and push lora-syncer Signed-off-by: Kunjan <kunjanp@google.com> * Update site-src/guides/dynamic-lora.md Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com> * Update site-src/guides/dynamic-lora.md Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com> * Add makefile and cloudbuild file to build and push lora-syncer Signed-off-by: Kunjan <kunjanp@google.com> * Adds image-load and kind-load Make targets (#288) Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io> * Add makefile and cloudbuild file to build and push lora-syncer Signed-off-by: Kunjan <kunjanp@google.com> * Add build targets for lora syncer Signed-off-by: Kunjan <kunjanp@google.com> * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review --------- Signed-off-by: Kunjan <kunjanp@google.com> Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io> Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com> Co-authored-by: Daneyon Hansen <daneyon.hansen@solo.io>
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
* Integrate dynamic-lora-sidecar into main guide and add makefile, cloudbuild to build and publish lora-syncer image Signed-off-by: Kunjan <kunjanp@google.com> * Add makefile and cloudbuild file to build and push lora-syncer Signed-off-by: Kunjan <kunjanp@google.com> * Add makefile and cloudbuild file to build and push lora-syncer Signed-off-by: Kunjan <kunjanp@google.com> * Update site-src/guides/dynamic-lora.md Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com> * Update site-src/guides/dynamic-lora.md Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com> * Add makefile and cloudbuild file to build and push lora-syncer Signed-off-by: Kunjan <kunjanp@google.com> * Adds image-load and kind-load Make targets (kubernetes-sigs#288) Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io> * Add makefile and cloudbuild file to build and push lora-syncer Signed-off-by: Kunjan <kunjanp@google.com> * Add build targets for lora syncer Signed-off-by: Kunjan <kunjanp@google.com> * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review --------- Signed-off-by: Kunjan <kunjanp@google.com> Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io> Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com> Co-authored-by: Daneyon Hansen <daneyon.hansen@solo.io>
Adds the
image-load
andkind-load
Make targets.Fixes #287