Add user-oriented compute resource doc.

Adds docs/compute_resources.md with user-oriented
explanation of compute resources.
Reveals detail gradually and includes examples
and troubleshooting.  Examples are tested.

Moves design-focused docs/resources.md to docs/design/resources.md.
Updates links to that.
This commit is contained in:
Eric Tune
2015-06-30 13:27:31 -07:00
parent 99711263a1
commit fd325982c3
8 changed files with 178 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ can be created/destroyed together. See [pods](./pods.md).
for easy scaling of replicated systems, and handles restarting of a Pod when the machine it is on reboots or otherwise fails.
**Resource**
: CPU, memory, and other things that a pod can request. See [resources](resources.md).
: CPU, memory, and other things that a pod can request. See [compute resources](compute_resources.md).
**Secret**
: An object containing sensitive information, such as authentication tokens, which can be made available to containers upon request. See [secrets](secrets.md).