nicolaferraro opened a new pull request #2683: URL: https://github.com/apache/camel-k/pull/2683
<!-- Description --> Fix #1943 Multiple operators can be configured to only reconcile resources marked with label `camel.apache.org/operator.id=<the-operator-id>`. This helps e.g. with externally coordinated upgrades. The operator ID can be set on the operator via the `KAMEL_OPERATOR_ID` env variable. By default, normally installed operators (i.e. without ID) don't reconcile resources with a `camel.apache.org/operator.id` label, so this makes it possible for scoped global operators to share a cluster with a standard global operator. <!-- Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required". If no release note is required, write "NONE". You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" to make sure the text is added to the right section of the release notes. --> **Release Note** ```release-note It's possible to assign an ID to a Camel K operator in order to reconcile only a specific set of resources ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org