lobshunter
lobshunter
It seems there isn't an API to get downstream jobs directly: https://issues.jenkins.io/browse/JENKINS-33001 I also failed to get downstream jobs using `job.GetDownstreamJobs()`. The version of gojenkins is v1.0.1.
Hi, is there a plan to implement the rest parts? I met a case that can take use of `serve_stale immediate`(or `serve_stale verify` with bounded response time) to survive upstream...
I took another look at the latest code(instead of v1.9.3), with #5320 the SERVFAIL response can be ignored, so **problem solved**. Here is what I meant in previous comment(never mind...
> This should also fix https://github.com/opsgenie/kubernetes-event-exporter/issues/163 as far as I understand. That's true. Updated PR description.
Kubernetes `client-go` has a client side throttling setting. #171 Should be able to solve this issue.
There are two very similar `EventRecorder` implementations in client-go, [one](https://github.com/kubernetes/client-go/blob/cf13620092b8545132ef4be034458e8cc29af5d6/tools/events/event_recorder.go#L81) uses EventTime, [the other](https://github.com/kubernetes/client-go/blob/cf13620092b8545132ef4be034458e8cc29af5d6/tools/record/event.go#L389-L390) uses `FirstTimestamp` and `LastTimestamp`.😅
> With GOMAXPROCS set to 8-64, we observe the same CPU usage and throughput. Does _the same CPU usage_ means CoreDNS use up all 8-64 cores? If so, have you...
I tried [off CPU analysis](https://www.brendangregg.com/offcpuanalysis.html), the off CPU flame graph looks similar to perf's. With more than 4 CPUs assigned to CoreDNS, time spent in serveUDP increased significantly. Haven't got...
I would like to deploy kubevirt in hybird cluster too. I compared deployment manifests between amd64 and arm64, the only difference I found is the container image. So can I...
There isn't as far as I can tell. https://github.com/coredns/coredns/issues/5595 could be a reference, but it is not a formal performance test.