Skip to content

Commit 379add8

Browse files
authored
Merge pull request #94208 from aspauldi/CNV-52389
CNV#52389: Document spec.EnableApplicationAwareQuota
2 parents 2ea5037 + 7bf55db commit 379add8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
// Module included in the following assemblies:
22
//
3-
// * virt/virtual_machines/advanced_vm_management/virt-understanding-aaq-operator.adoc
3+
// * virt/virtual_machines/advanced_vm_management/virt-understanding-aaq-operator.adoc
44

5-
:_mod-docs-content-type: PROCEDURE
6-
[id="virt-enabling-aaq-operator_{context}"]
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="virt-enabling-aaq-operator_{context}"]
77
= Enabling the AAQ Operator
88

9-
To deploy the AAQ Operator, set the `enableApplicationAwareQuota` feature gate to `true` in the `HyperConverged` custom resource (CR).
9+
To deploy the AAQ Operator, set the `enableApplicationAwareQuota` field value to `true` in the `HyperConverged` custom resource (CR).
1010

1111
.Prerequisites
1212
* You have access to the cluster as a user with `cluster-admin` privileges.
1313
* You have installed the OpenShift CLI (`oc`).
1414
1515
.Procedure
16-
* Set the `enableApplicationAwareQuota` feature gate to `true` in the `HyperConverged` CR by running the following command:
16+
* Set the `enableApplicationAwareQuota` field value to `true` in the `HyperConverged` CR by running the following command:
1717
+
1818
[source,terminal]
1919
----
2020
$ oc patch hco kubevirt-hyperconverged -n openshift-cnv \
21-
--type json -p '[{"op": "add", "path": "/spec/featureGates/enableApplicationAwareQuota", "value": true}]'
21+
--type json -p '[{"op": "add", "path": "/spec/enableApplicationAwareQuota", "value": true}]'
2222
----

0 commit comments

Comments
 (0)