ref(k8s): build operator and push to gar#342
Merged
Merged
Conversation
untitaker
approved these changes
Jul 7, 2026
markstory
reviewed
Jul 8, 2026
Comment on lines
+23
to
+26
| - registry: single-region | ||
| image: us-central1-docker.pkg.dev/sentryio/streaming-operator/image | ||
| - registry: multi-region | ||
| image: us-docker.pkg.dev/sentryio/streaming-operator-mr/image |
Member
There was a problem hiding this comment.
I don't think we need both. Only publishing to multi-region is good enough. Some applications do both as we had to move from single -> multi region.
fpacifici
approved these changes
Jul 9, 2026
fpacifici
left a comment
Collaborator
There was a problem hiding this comment.
Please address the comment in line before merging
Add a Kopf-based operator that reconciles StreamingConsumer CRs into Deployments, using the shared consumer_builder logic.
bmcquilkin-sentry
force-pushed
the
bmcquilkin/operator/v1
branch
from
July 10, 2026 21:05
ed2e029 to
97b94e0
Compare
bmcquilkin-sentry
force-pushed
the
bmcquilkin/operator/build
branch
from
July 13, 2026 14:34
62087ab to
4962ad2
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4962ad2. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Build the operator image and push to the Sentry GAR. Modeled after
sentry-kafka-management.