Use BindingHostKey annotation to detect scheduled pods in k8sm-scheduler
Before NodeName in the pod spec was used. Hence, pods with a fixed, pre-set NodeName were never scheduled by the k8sm-scheduler, leading e.g. to a failing e2e intra-pod test. Fixes mesosphere/kubernetes-mesos#388
This commit is contained in:
@@ -29,4 +29,6 @@ const (
|
||||
UnmarshalTaskDataFailure = "unmarshal-task-data-failure"
|
||||
TaskLostAck = "task-lost-ack" // executor acknowledgement of forwarded TASK_LOST framework message
|
||||
Kamikaze = "kamikaze"
|
||||
WrongSlaveFailure = "pod-for-wrong-slave-failure"
|
||||
AnnotationUpdateFailure = "annotation-update-failure"
|
||||
)
|
||||
|
Reference in New Issue
Block a user