Skip to content

Commit

Permalink
Added quotas for virtualized GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanMPhm committed Feb 24, 2025
1 parent 0615ed7 commit 9712228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/base/quotas.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
":limits.storage": { "base": 2, "coefficient": 0, "units": "Gi" },
":requests.ephemeral-storage": { "base": 2, "coefficient": 8, "units": "Gi" },
":requests.nvidia.com/gpu": { "base": 0, "coefficient": 0 },
":requests.nvidia.com/A100_SXM4_40GB": { "base": 0, "coefficient": 0 },
":requests.nvidia.com/GV100GL_Tesla_V100": { "base": 0, "coefficient": 0 },
":limits.ephemeral-storage": { "base": 2, "coefficient": 8, "units": "Gi" },
":persistentvolumeclaims": { "base": 2, "coefficient": 0 },
":replicationcontrollers": { "base": 2, "coefficient": 0 },
Expand Down

0 comments on commit 9712228

Please sign in to comment.