nicolaferraro opened a new issue #1364: Knative API example becomes unstable URL: https://github.com/apache/camel-k/issues/1364 Way to reproduce: - Create a rest API integration - Install Camel K in default mode with Knative installed - Run the integration with `kamel run api.groovy` (it should activate Knative-service automatically) - Wait for the pod to be running - Run the integration again with `kamel run api.groovy --profile Knative` (same expected result as before, but now the digest is different) At this point, pods start to appear and disappear: ``` [nferraro@localhost camel-k-example-api]$ k get pod NAME READY STATUS RESTARTS AGE api-6bb2f-deployment-889dfb98d-dc5qd 1/2 Running 0 7s api-wnbm6-deployment-9f6cc6bf-6s7kd 0/2 Terminating 0 6s api-wnbm6-deployment-9f6cc6bf-gv9rj 2/2 Terminating 0 24s api-wnbm6-deployment-9f6cc6bf-nvgcl 0/2 ContainerCreating 0 2s api-wnbm6-deployment-9f6cc6bf-xszh8 1/2 Terminating 0 6s ``` If scaling down the Camel K operator with `k scale deployment camel-k-operator --replicas 0`, then the API becomes stable. So the operator does something wrong, probably in the `Monitoring` phase.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
