Artem Tokarev

Results 9 comments of Artem Tokarev

Same issue, running on docker containers

Didn't help me, but I'm able to connect to the backend with `curl` :(

> docker run -p 9966:9966 -e OSRM_BACKEND='http://:5000' -e OSRM_ZOOM='13' -e OSRM_LABEL='Car (fastest)' osrm/osrm-frontend tried this way, is it was you meant?

> > baremetal > > Does your K8s distribution ship with a `LoadBalancer`? Our ingress solutions `net-*` usually create a Service with type `LoadBalancer`. Check with `kubectl get svc -A`...

I don't think we'll want to access the services externally More logs, hopefully useful knative-serving/net-kourier-controller ``` { "severity": "error", "timestamp": "2023-12-04T11:55:41.065Z", "logger": "net-kourier-controller", "caller": "status/status.go:405", "message": "Probing of http://event-display.knative-testing.svc/ failed,...

> What Pod is the IP? `{ "severity": "error", "timestamp": "2023-12-01T15:35:12.841Z", "logger": "net-kourier-controller", "caller": "status/status.go:405", "message": "Probing of http://event-display.knative-testing.svc/ failed, IP: 25.2.20.179:8081, ready: false, error: error roundtripping http://event-display.knative-testing.svc/healthz: dial tcp...

And found this one ``` kubectl -n knative-testing get ev .... 11m Warning UpdateFailed cephsource/my-ceph-source Failed to update status for "my-ceph-source": cephsources.sources.knative.dev "my-ceph-source" not found ... ``` but this cephsource...

@dprotaso hi, did you find any solutions to get it fixed? having the same issue