Change Task titles to imperative. (#4022)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Assigning CPU and RAM Resources to a Container
|
||||
title: Assign CPU and RAM Resources to a Container
|
||||
description: When you create a Pod, you can request CPU and RAM resources for the containers that run in the Pod. You can also set limits for CPU and RAM use.
|
||||
---
|
||||
|
||||
@@ -20,7 +20,7 @@ in a Kubernetes Pod.
|
||||
|
||||
{% capture steps %}
|
||||
|
||||
## Assigning CPU and RAM resources to a container
|
||||
## Assign CPU and RAM resources to a container
|
||||
|
||||
When you create a Pod, you can request CPU and RAM resources for the containers
|
||||
that run in the Pod. You can also set limits for CPU and RAM resources. To
|
||||
@@ -65,7 +65,7 @@ for the `Pod`:
|
||||
cpu: 250m
|
||||
memory: 64Mi
|
||||
|
||||
## Understanding CPU and RAM units
|
||||
## CPU and RAM units
|
||||
|
||||
The CPU resource is measured in *cpu*s. Fractional values are allowed. You can
|
||||
use the suffix *m* to mean mili. For example 100m cpu is 100 milicpu, and is
|
||||
|
||||
Reference in New Issue
Block a user