Bryan Larsen

Results 60 issues of Bryan Larsen

### Use Case We're developing a service that creates Kubernetes Job's. Both the service and the job are under very active development. Both the image for the service and the...

kind/feature-request
area/tag
priority/p1
kind/todo
fixit

Is it possible to read the template from stdin and/or write the output to stdout rather than from a file? It would be nice to avoid managing extraneous temporary files....

enhancement

jQuery's :first pseudo-selector implementation always returns only a single match. Nokogiri's implementation makes :first a synonym for :nth-child(1), which returns all elements that are the first child of their parents,...

topic/css

In statsd, the set type counts unique occurrences between flushes. This is not supported in statsd_exporter because "between flushes" is pretty meaningless in a pull system, especially if there are...

enhancement

A recurring question, see #66, #68, #61, #59, ... Mostly consul-specific, it would be nice if somebody checked and added etcd instructions.

needs: rebase
type: documentation

I opened a super hacky PR on skaffold to start discussion about including support for jk: https://github.com/GoogleContainerTools/skaffold/pull/1983

kind/enhancement

If a pod crashes and gets restarted kubetail stops tailing the pod, and any logs from the newly restarted pod are not seen. And since monitoring these types of crashes...

help wanted

Hack / proof of concept fix for #67. Wrap the follow of an individual pod in a "while true" loop to keep monitoring a pod after it crashes and restarts....

### Feature Use Case Using webpack-hot-client under some sort of orchestration system to tie together a bunch of microservers, like an ingress server in minikube or the kubernetes in docker-for-mac...

The documentation talks about splitting a source error into two separate errors. In my experience the converse also often happens, sometimes you want to combine several source errors into a...