fixed image include markdown.

This commit is contained in:
Pradyumna Kaushik 2018-09-28 01:17:58 -04:00
parent 5019ea34a4
commit 056720e9c9

View file

@ -6,9 +6,7 @@ _Elektron_ is a Mesos framework that behaves as a playground for developers to e
However, in addition to being a scheduler, Elektron also takes advantage of tools such as [Performance Co-Pilot](http://pcp.io/) and [RAPL](https://01.org/blogs/2014/running-average-power-limit--rapl) to help contain the power envelope within defined thresholds, reduce peak power consumption, and also reduce total energy consumption. Elektron is able to leverage the Mesos-provided resource abstraction to allow different algorithms to decide how to consume resource offers made by a Mesos Master.
#Architecture
[elektron-arch]: docs/Elektron-Architecture.png "Elektron Architecture"
![arch][elektron-arch]
![Elektron](docs/Elektron-Architecture.png)
#Features
* [Pluggable Scheduling Policies](docs/SchedulingPolicies.md)