Results 75 comments of James Ravn

Unsure why, but after updating my pulumi-kubernetes provider to 3.18.3 (from 3.18.2) it proceeded to work.

This is still happening to us. Not sure what triggers it yet.

This keeps happening to us and we haven't quite figured out what triggers it. I _think_ it may be related to performing a refresh before doing `pulumi up`, since it...

Same thing for me on Windows w/ the latest version. It works fine on Linux though, so something Windows specific? I'm using ios to cast with no luck.

Ah it's https://github.com/iwalton3/plex-mpv-shim/issues/52 that's affecting me. I only saw the error when running run.py directly. The console in the systray app doesn't show the error, oddly.

Is it possible to override 8080 w/ the correct port?

A little harder than that probably, since you won't be able to bind to 80/443 by default without setting capabilities.

This sounds good to me. I'll talk to the team and see what they think. We are going to be prod live very soon so we'll have to stick with...

@bprashanth We're probably going to back away from adding endpoints to nginx. The problem is nginx reload is quite problematic when done frequently (such as would happen with endpoint updates):...

We're using an ELB in front of nginx, and we'll see ELB 504s getting returned while under load when nginx does a reload. It isn't very many though, because ingress...