James Ravn
James Ravn
I think something else may be going wrong, so I'll investigate further. Could be an ELB bug. I think somewhere in the ELB docs it says the ELB needs to...
@bprashanth tcpdump shows the nginx host sending tons of tcp resets to the ELB when a reload occurs. These translate directly into 504s returned from the ELB. I can reproduce...
We send a HUP to the master process. I'm pretty sure this is all expected, http 1.1 rfc 2616 says clients should be able to handle async closes (non synchronous...
ALB is very similar to an ELB it seems, I didn't have to set up any url mapping when I did it through the console. Unfortunately it is a different...
I think the ALB is layer7 only, so you couldn't do TCP load balancing with it. I only tested with layer7 ELB, so for me ALB was a drop in...
Just an update: 1. We've pretty much given on nginx as an ingress proxy. It's very difficult to get seamless reloads in nginx - it will frequently drop requests in...
Update #2 - as ingress doesn't reload very often, and the percentage of dropped requests is quite low, we haven't prioritised haproxy work. Otherwise the nginx proxy works great.
Any progress on this? It blocks usage of the operator for me unfortunately. I'm thinking as a workaround, I could patch the job after the operator creates it.
For future reference, you can override the applications link like: ``` system.build.applications = pkgs.lib.mkForce (pkgs.buildEnv { name = "applications"; paths = config.environment.systemPackages ++ config.home-manager.users.myusername.home.packages; pathsToLink = "/Applications"; }); ``` It'd...
Seems like spotlight struggles to index the links in ~/Applications however. I'm pretty sure it worked for me at one point but it's not working anymore. Any ideas?