-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat: adds image-load and kind-load Make targets #288
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 <[email protected]>
@kfswain I made a few minor tweaks- changed target names and included |
/lgtm |
Signed-off-by: Daneyon Hansen <[email protected]>
Signed-off-by: Daneyon Hansen <[email protected]>
* Integrate dynamic-lora-sidecar into main guide and add makefile, cloudbuild to build and publish lora-syncer image Signed-off-by: Kunjan <[email protected]> * Add makefile and cloudbuild file to build and push lora-syncer Signed-off-by: Kunjan <[email protected]> * Add makefile and cloudbuild file to build and push lora-syncer Signed-off-by: Kunjan <[email protected]> * Update site-src/guides/dynamic-lora.md Co-authored-by: Abdullah Gharaibeh <[email protected]> * Update site-src/guides/dynamic-lora.md Co-authored-by: Abdullah Gharaibeh <[email protected]> * Add makefile and cloudbuild file to build and push lora-syncer Signed-off-by: Kunjan <[email protected]> * Adds image-load and kind-load Make targets (#288) Signed-off-by: Daneyon Hansen <[email protected]> * Add makefile and cloudbuild file to build and push lora-syncer Signed-off-by: Kunjan <[email protected]> * Add build targets for lora syncer Signed-off-by: Kunjan <[email protected]> * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review --------- Signed-off-by: Kunjan <[email protected]> Signed-off-by: Daneyon Hansen <[email protected]> Co-authored-by: Abdullah Gharaibeh <[email protected]> Co-authored-by: Daneyon Hansen <[email protected]>
Adds the
image-load
andkind-load
Make targets.Fixes #287