Add descriptions to tasks
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
title: Configure Minimum and Maximum CPU Constraints for a Namespace
|
title: Configure Minimum and Maximum CPU Constraints for a Namespace
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 40
|
weight: 40
|
||||||
|
description: >-
|
||||||
|
Define a range of valid CPU resource limits for a namespace, so that every new Pod
|
||||||
|
in that namespace falls within the range you configure.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
title: Configure Default CPU Requests and Limits for a Namespace
|
title: Configure Default CPU Requests and Limits for a Namespace
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 20
|
weight: 20
|
||||||
|
description: >-
|
||||||
|
Define a default CPU resource limits for a namespace, so that every new Pod
|
||||||
|
in that namespace has a CPU resource limit configured.
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|||||||
+3
@@ -2,6 +2,9 @@
|
|||||||
title: Configure Minimum and Maximum Memory Constraints for a Namespace
|
title: Configure Minimum and Maximum Memory Constraints for a Namespace
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 30
|
weight: 30
|
||||||
|
description: >-
|
||||||
|
Define a range of valid memory resource limits for a namespace, so that every new Pod
|
||||||
|
in that namespace falls within the range you configure.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
title: Configure Default Memory Requests and Limits for a Namespace
|
title: Configure Default Memory Requests and Limits for a Namespace
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 10
|
weight: 10
|
||||||
|
description: >-
|
||||||
|
Define a default memory resource limit for a namespace, so that every new Pod
|
||||||
|
in that namespace has a memory resource limit configured.
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|||||||
+2
@@ -2,6 +2,8 @@
|
|||||||
title: Configure Memory and CPU Quotas for a Namespace
|
title: Configure Memory and CPU Quotas for a Namespace
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 50
|
weight: 50
|
||||||
|
description: >-
|
||||||
|
Define overall memory and CPU resource limits for a namespace.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
title: Configure a Pod Quota for a Namespace
|
title: Configure a Pod Quota for a Namespace
|
||||||
content_type: task
|
content_type: task
|
||||||
weight: 60
|
weight: 60
|
||||||
|
description: >-
|
||||||
|
Restrict how many Pods you can create within a namespace.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user