Skip to content

Commit bf71edd

Browse files
committed
docs: fix indent
1 parent ccfde92 commit bf71edd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ Uncomment this flag:
121121

122122
This uses Kubernetes' native gang scheduling (the `GenericWorkload` and `GangScheduling` feature gates need to be enabled by a cluster admin). Using a different scheduler instead? See the [gang discovery guide](https://docs.nvidia.com/nvsentinel/configuration/preflight/#gang-discovery).
123123

124-
- **Label the namespaces that should run it.** It's opt-in per namespace, so nothing changes until you do this:
124+
**Label the namespaces that should run it.** It's opt-in per namespace, so nothing changes until you do this:
125125

126-
```bash
127-
kubectl label namespace <your-namespace> nvsentinel.nvidia.com/preflight=enabled
128-
```
126+
```bash
127+
kubectl label namespace <your-namespace> nvsentinel.nvidia.com/preflight=enabled
128+
```
129129

130130
Verify it's running: submit a GPU pod in the labeled namespace, then check that preflight added its init containers.
131131

0 commit comments

Comments
 (0)