-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Affinity document is embedded to topology-aware.md file as it is related to topology-aware policy. * Shuffled the table of contents so that it is more logical. Signed-off-by: Jukka Rissanen <[email protected]>
- Loading branch information
Showing
9 changed files
with
295 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Introduction | ||
|
||
The NRI plugins is a collection of NRI (Node Resource Interface) based plugins | ||
to manage various aspects of pod and container life cycle. | ||
For example the [resource policy plugins](resource_policies) can be used to modify | ||
the container resource allocation depending on available system resources. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Configuration | ||
############# | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
policy/index.rst | ||
node-agent.md |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ Developer's Guide | |
|
||
architecture.md | ||
testing.rst | ||
cpu-allocator.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
.. _resource_policies: | ||
|
||
Policies | ||
######## | ||
|
||
Currently there are two resource policies: | ||
|
||
The Topology Aware resource policy provides a nearly zero configuration resource | ||
policy that allocates resources evenly in order to avoid the "noisy neighbor" problem. | ||
|
||
The Balloons resource policy allows user to allocate workloads to resources in a more | ||
user controlled way. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
topology-aware.md | ||
balloons.md | ||
container-affinity.md | ||
cpu-allocator.md |
Oops, something went wrong.