Skip to content

Commit 67c0146

Browse files
authored
Merge pull request #94204 from aspauldi/CNV-52384
CNV#52384: Document spec.DeployVMConsoleProxy
2 parents 379add8 + a804198 commit 67c0146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-temporary-token-VNC.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Kubernetes also supports authentication using client certificates, instead of a
2020
2121
.Procedure
2222

23-
. Enable the feature gate in the HyperConverged (`HCO`) custom resource (CR):
23+
. Set the `deployVmConsoleProxy` field value in the HyperConverged (`HCO`) custom resource (CR) to `true`:
2424
+
2525
[source,terminal,subs="attributes+"]
2626
----
27-
$ oc patch hyperconverged kubevirt-hyperconverged -n {CNVNamespace} --type json -p '[{"op": "replace", "path": "/spec/featureGates/deployVmConsoleProxy", "value": true}]'
27+
$ oc patch hyperconverged kubevirt-hyperconverged -n {CNVNamespace} --type json -p '[{"op": "replace", "path": "/spec/deployVmConsoleProxy", "value": true}]'
2828
----
2929

3030
. Generate a token by entering the following command:

0 commit comments

Comments
 (0)