Skip to content

Commit 5b67ec0

Browse files
committed
Issue 29593, clarified statement in the Creating object count quotas section
1 parent a89756c commit 5b67ec0

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

modules/quotas-creating-object-count-quotas.adoc

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
[id="quota-creating-object-count-quotas_{context}"]
66
= Creating object count quotas
77

8-
You can create an object count quota for all {product-title} standard namespaced
9-
resource types, such as `BuildConfig`, and `DeploymentConfig`. An object quota
10-
count places a defined quota on all standard namespaced resource types.
8+
You can create an object count quota for all standard namespaced resource types on {product-title}, such as `BuildConfig` and `DeploymentConfig` objects. An object quota count places a defined quota on all standard namespaced resource types.
119

12-
When using a resource quota, an object is charged against the quota if it exists
13-
in server storage. These types of quotas are useful to protect against
14-
exhaustion of storage resources.
10+
When using a resource quota, an object is charged against the quota upon creation. These types of quotas are useful to protect against exhaustion of resources. The quota can only be created if there are enough spare resources within the project.
1511

1612
.Procedure
1713

@@ -24,9 +20,7 @@ To configure an object count quota for a resource:
2420
$ oc create quota <name> \
2521
--hard=count/<resource>.<group>=<quota>,count/<resource>.<group>=<quota> <1>
2622
----
27-
<1> `<resource>` is the name of the resource, and `<group>` is the API group, if
28-
applicable. Use the `oc api-resources` command for a list of resources and
29-
their associated API groups.
23+
<1> The `<resource>` variable is the name of the resource, and `<group>` is the API group, if applicable. Use the `oc api-resources` command for a list of resources and their associated API groups.
3024
+
3125
For example:
3226
+
@@ -42,8 +36,7 @@ $ oc create quota test \
4236
resourcequota "test" created
4337
----
4438
+
45-
This example limits the listed resources to the hard limit in each project in
46-
the cluster.
39+
This example limits the listed resources to the hard limit in each project in the cluster.
4740

4841
. Verify that the quota was created:
4942
+

0 commit comments

Comments
 (0)