Skip to content

Commit bbd4416

Browse files
committed
Cosmetic touchups
Signed-off-by: Mike McKiernan <mmckiernan@nvidia.com>
1 parent ae396a3 commit bbd4416

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

gpu-operator/gpu-operator-kata.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ Perform the following steps to install the Helm chart:
272272

273273
#. Label the nodes to run virtual machines in containers. Label only the nodes that you want to run with Kata Containers:
274274

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
278278
279279
#. Add and update the NVIDIA Helm repository:
280280

@@ -365,7 +365,6 @@ Verification
365365
*Example Output*
366366

367367
.. code-block:: output
368-
:emphasize-lines: 5,8
369368
370369
NAME READY STATUS RESTARTS AGE
371370
gpu-operator-57bf5d5769-nb98z 1/1 Running 0 6m21s
@@ -438,7 +437,7 @@ A pod specification for a Kata container requires the following:
438437
#. Create a file, such as ``cuda-vectoradd-kata.yaml``, like the following example:
439438

440439
.. code-block:: yaml
441-
:emphasize-lines: 6,8,15
440+
:emphasize-lines: 6,7,9,16
442441
443442
apiVersion: v1
444443
kind: Pod

0 commit comments

Comments
 (0)