1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/nodes-cluster-overcommit-project-disable.adoc

31 lines
705 B
Plaintext
Raw Normal View History

// Module included in the following assemblies:
//
// * nodes/nodes-cluster-overcommit.adoc
2020-05-19 14:47:58 -04:00
// * post_installation_configuration/node-tasks.adoc
2019-05-13 08:55:00 +10:00
[id="nodes-cluster-overcommit-project-disable_{context}"]
= Disabling overcommitment for a project
2019-06-20 14:22:25 -04:00
When enabled, overcommitment can be disabled per-project.
For example, you can allow infrastructure components to be configured independently of overcommitment.
.Procedure
To disable overcommitment in a project:
. Edit the project object file
. Add the following annotation:
+
[source,yaml]
----
quota.openshift.io/cluster-resource-override-enabled: "false"
----
. Create the project object:
+
[source,terminal]
----
$ oc create -f <file-name>.yaml
----