astelmashenko commented on issue #4333:
URL: https://github.com/apache/camel-k/issues/4333#issuecomment-1537929578

   I put timer here for example, I tried to use `rest:post:/` as well.
   
   Here I found errors on knative serving controller related to my integration:
   ```
   {
     "severity": "WARNING",
     "timestamp": "2023-05-08T07:52:37.848252947Z",
     "logger": "controller",
     "caller": "route/reconcile_resources.go:230",
     "message": "Failed to update k8s service",
     "commit": "4126928",
     "knative.dev/pod": "controller-59d79ddc96-9959f",
     "knative.dev/controller": 
"knative.dev.serving.pkg.reconciler.route.Reconciler",
     "knative.dev/kind": "serving.knative.dev.Route",
     "knative.dev/traceid": "827e4975-baf0-4779-aeb6-b11447d5e715",
     "knative.dev/key": "myns/myintegration",
     "error": "failed to fetch loadbalancer domain/IP from ingress status"
   }
   
   {
     "severity": "ERROR",
     "timestamp": "2023-05-08T07:55:25.013525929Z",
     "logger": "net-istio-controller.istio-ingress-controller",
     "caller": "status/status.go:403",
     "message": "Probing of http://myintegration.myns.sl.lab.myns.tech:80 
failed, IP: 10.40.53.79:8080, ready: false, error: unexpected hash: want 
\"0db52465cf4c5add5ddb60953a8b815516c04b65a6175b9290ef38e33d5c3b0c\", got 
\"5cf4a47eeebb85a867374afd842334c671dc37460984c778f92920101ae44e63\" (depth: 
0)",
     "commit": "c096fb6",
     "knative.dev/controller": 
"knative.dev.net-istio.pkg.reconciler.ingress.Reconciler",
     "knative.dev/kind": "networking.internal.knative.dev.Ingress",
     "knative.dev/traceid": "7586bb75-5654-4177-ae29-e1bd7e261f52",
     "knative.dev/key": "myns/myintegration",
     "stacktrace": 
"knative.dev/networking/pkg/status.(*Prober).processWorkItem\n\tknative.dev/networking@v0.0.0-20220302134042-e8b2eb995165/pkg/status/status.go:403\nknative.dev/networking/pkg/status.(*Prober).Start.func1\n\tknative.dev/networking@v0.0.0-20220302134042-e8b2eb995165/pkg/status/status.go:288"
   }
   ```


-- 
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

Reply via email to