A Kubernetes mutating webhook that converts GPU device resources to Dynamic Resource Allocation (DRA) ResourceClaims.
This webhook automatically transforms Pod specifications that request GPU resources (e.g., nvidia.com/gpu) into DRA ResourceClaims, enabling dynamic resource allocation for GPU workloads in Kubernetes.
helm install hami-dra-webhook ./chart/hami-dra-webhook
Configure device resources in chart/hami-dra-webhook/values.yaml:
resourceName: "nvidia.com/gpu"
resourceMem: "nvidia.com/gpumem"
resourceCores: "nvidia.com/gpucores"
Copyright 2025 The HAMi Authors.
Licensed under the Apache License, Version 2.0.