Is "karpenter.k8s.aws/instance-gpu-memory" per-gpu or per-node? #2085
Unanswered
zevisert-aaico
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking through https://karpenter.sh/docs/reference/instance-types, the values for
karpenter.k8s.aws/instance-gpu-memory
seem inconsistent.For instance:
g4dn.8xlarge
has 1x NVIDIA T4 GPU and listsinstance-gpu-memory = 16384
g4dn.12xlarge
has 4x NVIDIA T4 GPU and listsinstance-gpu-memory = 16384
g6e.16xlarge
has 1x NVIDIA L40S GPU and listsinstance-gpu-memory = 45776
g6e.24xlarge
has 4x NVIDIA L40S GPU and listsinstance-gpu-memory = 183105
g6e.48xlarge
has 8x NVIDIA L40S GPU and listsinstance-gpu-memory = 366211
Does anyone know if whether the
karpenter.k8s.aws/instance-gpu-memory
label is per-gpu or for all GPUs available on the node?Beta Was this translation helpful? Give feedback.
All reactions