jdef

Results 451 comments of jdef

this is being implemented in https://github.com/kubernetes/kubernetes/pull/20331

@ravilr we've tried to follow a process of merging to master, then cherry-picking/backporting to our stable release fork. the UI in this fork is different than what's in 1.2, but...

Thanks for much for sharing this! Revocable resources has definitely come up in prior conversations. A sticky point w/ respect to the current implementation in mesos is this: > NOTE:...

xref https://github.com/mesosphere/mesos-dns/issues/62

#256 added discovery-info generation for tasks: experimental support discovery of pods (nothing yet for services)

experimental support was added via the scheduler flag: mesos-generate-task-discovery. it defaults to false. once enabled you can fine-tune its behavior by setting labels and/or attributes. https://github.com/kubernetes/kubernetes/blob/master/contrib/mesos/pkg/scheduler/podtask/pod_task.go#L138 We haven't received much...

probably an easier read: https://github.com/kubernetes/kubernetes/blob/master/contrib/mesos/docs/discovery.md On Thu, Mar 31, 2016 at 3:59 PM, James DeFelice [email protected] wrote: > experimental support was added via the scheduler > flag: mesos-generate-task-discovery. it defaults...

mesos-dns likes to use the framework name as part of the domain. On a machine using mesos-dns for resolution, try querying for for nginx-rc.default.pod.kubernetes.mesos On Fri, Apr 1, 2016 at...

YW. Be aware that mesos-dns aggressively transforms names. I _think_ there's a recent change in mesos-dns/master that would transform the DI name (for consistency w/ how other labels are transformed)...