Write new task: Assigning CPU and RAM Resources to a Container. (#1576)

This commit is contained in:
Steve Perry
2016-10-31 15:22:52 -07:00
committed by GitHub
parent 663ed2ccf1
commit 9c7a65cd09
4 changed files with 123 additions and 2 deletions
+2 -2
View File
@@ -7,6 +7,7 @@ The Tasks section of the Kubernetes documentation is a work in progress
* [Defining Environment Variables for a Container](/docs/tasks/configure-pod-container/define-environment-variable-container/)
* [Defining a Command and Arguments for a Container](/docs/tasks/configure-pod-container/define-command-argument-container/)
* [Assigning CPU and RAM Resources to a Container](/docs/tasks/configure-pod-container/assign-cpu-ram-container/)
#### Accessing Applications in a Cluster
@@ -23,5 +24,4 @@ The Tasks section of the Kubernetes documentation is a work in progress
### What's next
If you would like to write a task page, see
[Using Page Templates](/docs/contribute/page-templates/)
for information about the task page type and the task template.
[Creating a Documentation Pull Request](/docs/create-pull-request/).