File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -272,9 +272,9 @@ Perform the following steps to install the Helm chart:
272
272
273
273
#. Label the nodes to run virtual machines in containers. Label only the nodes that you want to run with Kata Containers:
274
274
275
- `` ` console
276
- $ kubectl label node <node-name> nvidia.com/gpu.workload.config=vm-passthrough
277
- ` ``
275
+ .. code-block :: console
276
+
277
+ $ kubectl label node <node-name> nvidia.com/gpu.workload.config=vm-passthrough
278
278
279
279
#. Add and update the NVIDIA Helm repository:
280
280
@@ -365,7 +365,6 @@ Verification
365
365
*Example Output *
366
366
367
367
.. code-block :: output
368
- :emphasize-lines: 5,8
369
368
370
369
NAME READY STATUS RESTARTS AGE
371
370
gpu-operator-57bf5d5769-nb98z 1/1 Running 0 6m21s
@@ -438,7 +437,7 @@ A pod specification for a Kata container requires the following:
438
437
#. Create a file, such as ``cuda-vectoradd-kata.yaml ``, like the following example:
439
438
440
439
.. code-block :: yaml
441
- :emphasize-lines : 6,8,15
440
+ :emphasize-lines : 6,7,9,16
442
441
443
442
apiVersion : v1
444
443
kind : Pod
You can’t perform that action at this time.
0 commit comments