title change after rebase
This commit is contained in:
parent
d9f097f286
commit
981fe0ce2b
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
|
assignees:
|
||||||
|
- derekwaynecarr
|
||||||
|
- janetkuo
|
||||||
|
title: Limiting Storage Consumption
|
||||||
---
|
---
|
||||||
|
|
||||||
This example demonstrates an easy way to limit the amount of storage consumed in a namespace.
|
This example demonstrates an easy way to limit the amount of storage consumed in a namespace.
|
||||||
|
|
||||||
The following resources are used in the demonstration:
|
The following resources are used in the demonstration:
|
||||||
|
@ -11,7 +14,7 @@ The following resources are used in the demonstration:
|
||||||
|
|
||||||
This example assumes you have a functional Kubernetes setup.
|
This example assumes you have a functional Kubernetes setup.
|
||||||
|
|
||||||
## Scenario
|
## Limiting Storage Consumption
|
||||||
|
|
||||||
The cluster-admin is operating a cluster on behalf of a user population and the admin wants to control
|
The cluster-admin is operating a cluster on behalf of a user population and the admin wants to control
|
||||||
how much storage a single namespace can consume in order to control cost.
|
how much storage a single namespace can consume in order to control cost.
|
||||||
|
|
Loading…
Reference in New Issue