christophd commented on issue #4333:
URL: https://github.com/apache/camel-k/issues/4333#issuecomment-1539670026
Sorry, I have not seen these kind of errors before related to Camel K and
Knative. Could you please try to run a simple example (e.g. timer-to-log) on
your environment so we make sure that this is not a general problem?
Maybe also try to run the same `integration.yaml` of yours without the
knative-service traits
```
--trait knative-service.min-scale=1 \
--trait knative-service.max-scale=3 \
--trait knative-service.enabled=true \
--trait knative-service.autoscaling-class=hpa.autoscaling.knative.dev \
--trait knative-service.autoscaling-metric=cpu \
--trait knative-service.autoscaling-target=70 \
```
This way we can see if this is something general or related to the trait
configuration.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]