Kent Rancourt

Results 746 comments of Kent Rancourt

@rahulpr17 logs from the activator would be helpful.

Always check versions... Osiris had some breaking changes wrt some annotations recently. (This is allowed as it hasn't even had a single release yet.) If other projects took a dependency...

> The advantage would be to allow me to run separate environments in the same cluster (uat, dev, stage, etc). @chicagozer, does this imply you might want the same application...

I believe having the same app name exist in multiple namespaces would be quite problematic. First consider all the ambiguity that would be introduced by allowing two apps with the...

> With deis/deis#4173 you'd have to specify a team like "prod" I don't think I'd find myself a fan of that approach. "Teams" have thus far struck me as a...

> Routing by default would be foo.domain.com but if you specified a environment you get foo.environment. domain.com. Refer to my comments above about why that cannot be done with HTTPS....

You're presuming then that users only care about HTTPS if they're using a custom / vanity domain and `app.env.domain.com` never needs to be secured? That doesn't sound right.

> With namespaces, I can just reference "service1" and kubernetes dns will handle it. Just as fyi, currently, Workflow doesn't require / presume the k8s DNS add on is installed....

> make changes to deis cli to read dockerfile and pass ports to workflow. If we wanted to infer ports by looking at the Dockerfile instead of inspecting the image,...

Just want some clarification on the intentions behind this... we don't want to deploy / run Workflow's _own_ Postgres this way, right? This is purely so that _others_ can easily...