Merge pull request #52 from mesosphere/sttts-task-lost-during-kubelet-pod-launch

MESOS: scheduler: handle lost task status updates during kubelet pod launch
This commit is contained in:
Dr. Stefan Schimanski
2015-12-02 13:00:21 +01:00
parent e28404b23b
commit 271eeb008b
3 changed files with 5 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ const (
ExecutorUnregistered = "executor-unregistered"
ExecutorShutdown = "executor-shutdown"
LaunchTaskFailed = "launch-task-failed"
KubeletPodLaunchFailed = "kubelet-pod-launch-failed"
TaskKilled = "task-killed"
TaskLost = "task-lost"
UnmarshalTaskDataFailure = "unmarshal-task-data-failure"