Last active
August 22, 2025 20:06
-
-
Save rasheedamir/43610817f51da023d26c7b07c96530a5 to your computer and use it in GitHub Desktop.
mto-quota-gpu-with-mig.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: tenantoperator.stakater.com/v1beta1 | |
kind: Quota | |
metadata: | |
name: gpu-mig-quota | |
spec: | |
resourcequota: | |
hard: | |
nvidia.com/gpu: 4 | |
nvidia.com/mig-1g.18gb: 2 | |
nvidia.com/mig-2g.35gb: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment