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 1
1
// Module included in the following assemblies:
2
2
//
3
- // * virt/virtual_machines/advanced_vm_management/virt-understanding-aaq-operator.adoc
3
+ // * virt/virtual_machines/advanced_vm_management/virt-understanding-aaq-operator.adoc
4
4
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} "]
7
7
= Enabling the AAQ Operator
8
8
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).
10
10
11
11
.Prerequisites
12
12
* You have access to the cluster as a user with `cluster-admin` privileges.
13
13
* You have installed the OpenShift CLI (`oc` ).
14
14
15
15
.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:
17
17
+
18
18
[source,terminal]
19
19
----
20
20
$ 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}]'
22
22
----
You can’t perform that action at this time.
0 commit comments