You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
11
9
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.
15
11
16
12
.Procedure
17
13
@@ -24,9 +20,7 @@ To configure an object count quota for a resource:
<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.
30
24
+
31
25
For example:
32
26
+
@@ -42,8 +36,7 @@ $ oc create quota test \
42
36
resourcequota "test" created
43
37
----
44
38
+
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.
0 commit comments