You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gpu-aware-scheduling/docs/usage.md
+9
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,15 @@ Your PODs then, needs to ask for some GPU-resources. Like this:
65
65
66
66
A complete example pod yaml is located in [docs/example](./example)
67
67
68
+
## Allowlist and Denylist
69
+
70
+
You can use POD-annotations in your POD-templates to list the GPU names which you allow, or deny for your deployment. The values for the annotations are comma separated value lists of the form "card0,card1,card2", and the names of the annotations are:
71
+
72
+
-`gas-allow`
73
+
-`gas-deny`
74
+
75
+
Note that the feature is disabled by default. You need to enable allowlist and/or denylist via command line flags.
76
+
68
77
## Summary in a chronological order
69
78
70
79
- GPU-plugin initcontainer installs an NFD hook which prints labels for you, based on the Intel GPUs it finds
0 commit comments