mesosphere / kubernetes-mesos

A Kubernetes Framework for Apache Mesos
637 stars 92 forks source link

Raise API server event if procurement receives offer len(executorIDs)>1 #644

Open s-urbaniak opened 8 years ago

s-urbaniak commented 8 years ago

Currently in procurement.go#NewExecutorResourceProcurer we simply return an error if we receive eids>1.

This is a global invariant violation worth being emitted as an API server event.

jdef commented 8 years ago

Yes, a rate-limited API server event

On Tue, Nov 24, 2015 at 10:05 AM, Sergiusz Urbaniak < notifications@github.com> wrote:

Currently in procurement.go#NewExecutorResourceProcurer we simply return an error if we receive eids>1.

This is a global invariant violation worth being emitted as an API server event.

— Reply to this email directly or view it on GitHub https://github.com/mesosphere/kubernetes-mesos/issues/644.