Skip to content

Commit

Permalink
docs: Scheduling concept doc GPU taint example value: true bool shoul…
Browse files Browse the repository at this point in the history
…d be a string (#6405)

Co-authored-by: Jonathan Innis <joinnis@amazon.com>
  • Loading branch information
samnf and jonathan-innis committed Jun 26, 2024
1 parent 68b4413 commit 6ffeb28
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/content/en/docs/concepts/scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ spec:
- p3
taints:
- key: nvidia.com/gpu
value: true
value: "true"
effect: "NoSchedule"
```

Expand Down
2 changes: 1 addition & 1 deletion website/content/en/preview/concepts/scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ spec:
- p3
taints:
- key: nvidia.com/gpu
value: true
value: "true"
effect: "NoSchedule"
```

Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.32/concepts/scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ spec:
- p3
taints:
- key: nvidia.com/gpu
value: true
value: "true"
effect: "NoSchedule"
```

Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.35/concepts/scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ spec:
- p3
taints:
- key: nvidia.com/gpu
value: true
value: "true"
effect: "NoSchedule"
```

Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.36/concepts/scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ spec:
- p3
taints:
- key: nvidia.com/gpu
value: true
value: "true"
effect: "NoSchedule"
```

Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.37/concepts/scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ spec:
- p3
taints:
- key: nvidia.com/gpu
value: true
value: "true"
effect: "NoSchedule"
```

Expand Down

0 comments on commit 6ffeb28

Please sign in to comment.