File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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----
You can’t perform that action at this time.
0 commit comments