Kent Rancourt

Results 83 comments of Kent Rancourt

This cannot possibly be a router bug. The router only reads k8s resources. It never modifies them in any way, so if an annotation has gone missing from a service,...

Agree. I actually implemented that feature upstream in k8s with the intention of making this same modification to the chart... but then I forgot about it.

@felixbuenemann to the best of my knowledge, no one is actively maintaining the old components of Deis Workflow anymore.

Before I go too deep into this issue... if you're terminating SSL at the load balancer, your load balancer already speaks HTTP/S. An option, therefore, would be to configure it...

For now, you can always skip the router for select applications by making your service "non-routable" and then also manually editing it to be of `Type: LoadBalancer`. Such an app...

As noted in the thread this convo forked from (#333), this is really a formality of sorts, since any address that resolves to the router but doesn't match any routable...

@pixeleet can I assume you're also willing to PR this?

A simpler implementation would be (optional) support for a designated "maintenance app" to which all traffic for an app under maintenance can be routed.

This seems like a good idea. If I can propose how we'd do this... My thought is that the annotations on a routable service could reference a secret _by name_,...

> Would this be under the same annotation key you think? Not sure what you mean. I'm imagining a _new_ annotation on a routable service. The value of that annotation,...