-
Notifications
You must be signed in to change notification settings - Fork 693
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: add Azure remote cache #690
feat: add Azure remote cache #690
Conversation
24459b1
to
31f6a32
Compare
31f6a32
to
8579fa2
Compare
Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
….0 (k8sgpt-ai#687) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
… v1.3.0-20231002095256-194bc640518b.1 (k8sgpt-ai#692) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…hub.com/k8sgpt-ai/k8sgpt/security/code-scanning/1 (k8sgpt-ai#695) Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
…ffers/go to v1.31.0-20231002095256-194bc640518b.1 (k8sgpt-ai#693) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…k8sgpt-ai#689) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
…t-ai#685) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…3.0 (k8sgpt-ai#683) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
…t-ai#696) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…t-ai#697) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
…t-ai#699) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
…t-ai#701) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Aris Boutselis <arisboutselis08@gmail.com>
8579fa2
to
a286e66
Compare
Signed-off-by: Aris Boutselis <aris.boutselis@senseon.io>
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.
This has to be cautiously merged as it will break the caching functionality in the operator I believe @arbreezy
@AlexsJones that's right, I am picking up the operator's work shortly |
Should this get merged in after you do the operator work or now @arbreezy ? |
@AlexsJones tbh, we already merged unintentionally the proto schema changes in the operator, which was the main argument of not merging this PR until the grpc client is compatible so in my eyes this could be merged and potentially released without breaking more the existing state of things |
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.
Very good MR ! Nice job Aris
Signed-off-by: Aris Boutselis <aris.boutselis@senseon.io>
Closes #
📑 Description
PR adds a new remote cache, integrating with Azure Blob storage offering.
It also includes the new protobuf schema.
Finally, it reworks the cache code path to make it easier to introduce more remote cache types in the future
✅ Checks
ℹ Additional Information