Re: [I] Error when setting knative-service trait annotations [camel-k]

2024-04-25 Thread via GitHub
aeciopires commented on issue #5401: URL: https://github.com/apache/camel-k/issues/5401#issuecomment-2078170321 Hi @squakez! I work together @lsergio. I tried to insert the following configuration into the ``Integration`` object. But in the ``Knative Service`` object was replicated

Re: [I] Error when setting knative-service trait annotations [camel-k]

2024-04-23 Thread via GitHub
lsergio commented on issue #5401: URL: https://github.com/apache/camel-k/issues/5401#issuecomment-2072420995 Thanks! Using generic annotations under knative-service.annotations worked as expected -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [I] Error when setting knative-service trait annotations [camel-k]

2024-04-23 Thread via GitHub
squakez closed issue #5401: Error when setting knative-service trait annotations URL: https://github.com/apache/camel-k/issues/5401 -- 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 commen

Re: [I] Error when setting knative-service trait annotations [camel-k]

2024-04-23 Thread via GitHub
squakez commented on issue #5401: URL: https://github.com/apache/camel-k/issues/5401#issuecomment-2072397908 All those parameters are "Revision" annotations that would ends up in the specific Knative templated object. You need to use the trait configuration `knative-service.autoscaling-clas

Re: [I] Error when setting knative-service trait annotations [camel-k]

2024-04-23 Thread via GitHub
lsergio commented on issue #5401: URL: https://github.com/apache/camel-k/issues/5401#issuecomment-2072018811 @squakez We're using Knative Serving 1.12.3 ``` kubectl get namespace knative-serving -o 'go-template={{index .metadata.labels "app.kubernetes.io/version"}}' 1.12.3