Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit e6bfaeb

Browse files
uniemimutogashidm
authored andcommitted
GAS: documentation refresh
Remove memory resource from the example yaml, as integrated GPUs won't show a memory amount, unlike discrete GPUs. Remove old GPU-plugin and NFD installation examples, replace with reference to intel-gpu-plugin installation instructions instead. Add mention of supported GPU types. Signed-off-by: Ukri Niemimuukko <ukri.niemimuukko@intel.com>
1 parent 2d614aa commit e6bfaeb

21 files changed

+9
-578
lines changed

gpu-aware-scheduling/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GPU Aware Scheduling
2-
GPU Aware Scheduling (GAS) allows using GPU resources such as memory amount for scheduling decisions in Kubernetes. It is used to optimize scheduling decisions when the POD resource requirements include the use of several GPUS or fragments of GPUs on a node, instead of traditionally mapping a GPU to a pod.
2+
GPU Aware Scheduling (GAS) allows using GPU resources such as memory amount for scheduling decisions in Kubernetes. It is used to optimize scheduling decisions when the POD resource requirements include the use of several GPUs or fragments of GPUs on a node, instead of traditionally mapping a whole GPU to a pod.
33

4-
GPU Aware Scheduling is deployed in a single pod on a Kubernetes Cluster.
4+
GPU Aware Scheduling is deployed in a single pod on a Kubernetes Cluster. It works with discrete (including Intel® Data Center GPU Flex Series) and integrated Intel GPU devices.
55

66
### GPU Aware Scheduler Extender
77
GPU Aware Scheduler Extender is contacted by the generic Kubernetes Scheduler every time it needs to make a scheduling decision for a pod which requests the `gpu.intel.com/i915` resource.

gpu-aware-scheduling/docs/example/bb_example.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ spec:
2020
limits:
2121
gpu.intel.com/i915: 1
2222
gpu.intel.com/millicores: 100
23-
gpu.intel.com/memory.max: 1G

gpu-aware-scheduling/docs/gpu_plugin/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

gpu-aware-scheduling/docs/gpu_plugin/base/intel-gpu-plugin.yaml

Lines changed: 0 additions & 60 deletions
This file was deleted.

gpu-aware-scheduling/docs/gpu_plugin/base/kustomization.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

gpu-aware-scheduling/docs/gpu_plugin/kustomization.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

gpu-aware-scheduling/docs/gpu_plugin/overlays/fractional_resources/add-args.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

gpu-aware-scheduling/docs/gpu_plugin/overlays/fractional_resources/add-podresource-mount.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

gpu-aware-scheduling/docs/gpu_plugin/overlays/fractional_resources/add-serviceaccount.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

gpu-aware-scheduling/docs/gpu_plugin/overlays/fractional_resources/kustomization.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)