Skip to content

Commit 3dd1eb1

Browse files
author
Tim Bannister
committed
Add descriptions to tasks
1 parent 5ab064c commit 3dd1eb1

File tree

6 files changed

+16
-0
lines changed

6 files changed

+16
-0
lines changed

content/en/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Configure Minimum and Maximum CPU Constraints for a Namespace
33
content_type: task
44
weight: 40
5+
description: >-
6+
Define a range of valid CPU resource limits for a namespace, so that every new Pod
7+
in that namespace falls within the range you configure.
58
---
69

710

content/en/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Configure Default CPU Requests and Limits for a Namespace
33
content_type: task
44
weight: 20
5+
description: >-
6+
Define a default CPU resource limits for a namespace, so that every new Pod
7+
in that namespace has a CPU resource limit configured.
58
---
69

710
<!-- overview -->

content/en/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Configure Minimum and Maximum Memory Constraints for a Namespace
33
content_type: task
44
weight: 30
5+
description: >-
6+
Define a range of valid memory resource limits for a namespace, so that every new Pod
7+
in that namespace falls within the range you configure.
58
---
69

710

content/en/docs/tasks/administer-cluster/manage-resources/memory-default-namespace.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Configure Default Memory Requests and Limits for a Namespace
33
content_type: task
44
weight: 10
5+
description: >-
6+
Define a default memory resource limit for a namespace, so that every new Pod
7+
in that namespace has a memory resource limit configured.
58
---
69

710
<!-- overview -->

content/en/docs/tasks/administer-cluster/manage-resources/quota-memory-cpu-namespace.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Configure Memory and CPU Quotas for a Namespace
33
content_type: task
44
weight: 50
5+
description: >-
6+
Define overall memory and CPU resource limits for a namespace.
57
---
68

79

content/en/docs/tasks/administer-cluster/manage-resources/quota-pod-namespace.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Configure a Pod Quota for a Namespace
33
content_type: task
44
weight: 60
5+
description: >-
6+
Restrict how many Pods you can create within a namespace.
57
---
68

79

0 commit comments

Comments
 (0)