Peter Valdez

Results 16 comments of Peter Valdez

Yes, right. Currently, the library will only return when the command finishes. Meaning streams won't work. I mean to look into this in the future. On Wed, Jan 18, 2017,...

If features arrive in the future, this will definitely be one of them. Just didn't do it for the initial release. Off-topic: using this in a project of yours?

Nice way to put it to use. Thanks for the kind words. On Sat, Jan 14, 2017 at 11:57 PM Sabbir Ahmed wrote: > Thanks! Would be great if this...

It's not currently possible, but it'll be coming soon. The obstacle is that indefinite sleep would need some way to sense inactivity so that it can sleep again.

Hey @jan-delaet! Agreed, this is definitely a feature that a Helm-deployable operator should have. Feel free to open a PR yourself, I'll happily review it. But if not, I'll be...

Yeah, this is something I've been thinking about. A sidecar proxy sounds like it could work. And being able to sense inactivity to allow for more configuration would be useful....

I tend to agree re: scale if an ingress controller handles a lot of traffic, but I'm not quite sure where that threshold is. Datadog agents are able to collect...

Another way I'm considering is integrating with some service mesh (probably linkerd to start with). That way Snorlax would be able to query Prometheus with something like: ``` # Check...

Yeah, it'd be a nice integration, but we would not be able to filter out health check requests from the request counts. In the environment I have snorlax deployed to,...