Results 50 comments of MrWetsnow

We also see this occasionally. Restarting argo-rollouts itself always fixes the problem.

I am also seeing this error. I am using RecursiveCmux approach. Additionally, it seems that: m.MatchWithWriters(cmux.HTTP2MatchHeaderFieldPrefixSendSettings("content-type", "grpc")) does not actually work. It fails to match grpc traffic. So trying to...

I don't think this is the same. As mentioned in the original post, there are no variables being set here. I am hitting the same problem inside a module: ```...

It looks like all it does is stick: `~/.vctl/bin` into your PATH environment variable. And if you look inside that directory, you'll see the aliases.

Related: https://github.com/kubecost/cost-model/issues/1165

How fast is reasonably fast? It seems to take 2 min right now..

I think this would be useful for us as well. For example, we are not going to use GCP e1 instances, so it would be nice to disable recommendations for...

Exactly! I don't have any other examples though. On Tue, Apr 19, 2022 at 12:43 PM Webb Brown ***@***.***> wrote: > > @DanTulovsky thanks for sharing, let us take a...

What is the syntax to encode the password into the REDIS_URL variable?

`redis://:p455w0rd@localhost:9376` apparently..