Semih Ural

Results 14 comments of Semih Ural

So as you can see below it restarts itself a bunch of times. Ok, let me check further. ``` $ kubectl get pods -n jenkins NAME READY STATUS RESTARTS AGE...

@torstenwalter I increased from 10 to 20 and also adjust cpu request. But it seems mostly a newtork issue where I do not have any idea what cause this.

@torstenwalter so do i have to use a custom image likewise below ? Will it break something to use custom image or is there any other suggested way ? ```...

@torstenwalter thanks for the detailed information but this is a bit complex for the local enviroment. Actually, I was able to install docker via a custom image as below but...

so what is the best way of granting permission through the chart for` /var/run/docker.sock`

I created this PR to fix this https://github.com/linkerd/linkerd2/pull/9379

@olix0r due to React can not use grpc with opentelemetry where it needs to use 4318(http) for traces, I am aware that the collector deployed with linkerd-jaeger using a bit...

Hi @adleong, The existing collector that installed via linkerd-jaeger has not 4318 port cause it is using older version and port did not added.. I tried to expose otel-collector via...

Did you try to expose `otel-collector` via port-forward with 4318 ? It is not accessible

Port might be open but I could not able to send traces through `4318` and`/v1/traces`. Port-forward and try to access at least from browser `http://localhost:4318/v1/traces`. You should get a 404...