RFC: ClusterObservabilityPatch CR#5144
Open
frzifus wants to merge 1 commit into
Open
Conversation
Proposes a new ClusterObservabilityPatch custom resource that allows users and vendors to apply targeted overrides to managed OpenTelemetryCollector and Instrumentation CRs without modifying the ClusterObservability CR itself. Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
Member
Author
Contributor
E2E Test Results 38 files 269 suites 2h 25m 35s ⏱️ Results for commit d0e92c5. ♻️ This comment has been updated with latest results. |
Contributor
|
Can 2 patches conflict with each other? Is there a precedence to them? Is there a notion of scope to a patch, such that it applies to a subset of the cluster (only one namespace for example)? |
atoulme
reviewed
May 29, 2026
| - Patches are applied atomically during reconciliation — no race condition between resource creation and | ||
| patching. | ||
| - Patches are validated at admission time where possible (target exists, patch structure is valid). | ||
| - Multiple `ClusterObservabilityPatch` resources can coexist with deterministic ordering via a priority field. |
Contributor
There was a problem hiding this comment.
I missed this on first read.
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.
Summary
ClusterObservabilityPatchcustom resource for applying targeted overrides to managedOpenTelemetryCollectorandInstrumentationCRsBetter readable version: https://github.com/frzifus/opentelemetry-operator/blob/rfc/cluster-observability-patch/docs/rfcs/cluster-observability-patch.md