Jesse Glick

Results 604 comments of Jesse Glick
trafficstars

Some discussion in [JENKINS-42422](https://issues.jenkins.io/browse/JENKINS-42422) also.

Is this really necessary? Can you not get a similar effect by putting some sort of taint on the cluster’s nodes, or making an admission webhook reject new pods? Or...

> Jenkins job pod will be deleted from the node and job will fail. FYI: #1083

`vm.max_map_count` for Elasticsearch (#1452).

Another example (simplified from a system I am working on) might be helpful in clarifying. The app Alpha has long had a chart whose `values.yaml` has something like ```yaml MainStuff:...

Should not be considered stale; this continues to be a major limitation in Helm.

IIUC a key advantage of GraphQL is that you can generate type-safe client interfaces from schema. That sounds like a different library altogether, though there might be a bit of...

> if they are not sure of what data is needed at query time (as with Jenkins, with its plugins) Perhaps; depends on what code is constructing the query and...

> `channel#callAsync()` should also support timeouts on the remote side Why? I see no need for it.