lburgazzoli opened a new issue #2446: URL: https://github.com/apache/camel-k/issues/2446
I've configured a _KameletBinding_ to propagate some labels to generated resources, ad that work till the _Integration_: ``` ➜ k get KameletBinding/c6911f7b28b7443f090b779dfcc404a90 --show-labels acme.com/my-label.generated=true,acme.com/my-label.id=1uPZZ2GK5dNNY87It5oa3AwEOxE,acme.com/my-label.operator=camel-k,acme.com/my-label.type.id=log ➜ k get Integration/c6911f7b28b7443f090b779dfcc404a90 --show-labels acme.com/my-label.generated=true,acme.com/my-label.id=1uPZZ2GK5dNNY87It5oa3AwEOxE,acme.com/my-label.operator=camel-k,acme.com/my-label.type.id=log ``` Those labels are then not propagated down to the POD: ``` ➜ k get Pod/c6911f7b28b7443f090b779dfcc404a90-844d994877-vcxgn --show-labels camel.apache.org/integration=c6911f7b28b7443f090b779dfcc404a90,pod-template-hash=844d994877 ``` -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org