You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, sidecar injection logic exists in two places:
kagenti operator: Directly injected sidecars into Agent CRs during reconciliation
kagenti-extensions webhook: Injected sidecars into MCPServer CRs via admission webhook
This duplication creates maintenance overhead, increases the risk of implementation drift, and makes it harder to ensure consistent behavior across both resource types.
Overview
Currently, sidecar injection logic exists in two places:
kagenti operator: Directly injected sidecars into Agent CRs during reconciliation
kagenti-extensions webhook: Injected sidecars into MCPServer CRs via admission webhook
This duplication creates maintenance overhead, increases the risk of implementation drift, and makes it harder to ensure consistent behavior across both resource types.