Explicitly request GPU
This commit is contained in:
parent
4710c36228
commit
ddd9be2280
@ -62,25 +62,12 @@ ingress:
|
|||||||
# hosts:
|
# hosts:
|
||||||
# - chart-example.local
|
# - chart-example.local
|
||||||
|
|
||||||
# https://github.com/kubernetes/kubernetes/issues/7890#issuecomment-766088805
|
# https://github.com/NVIDIA/k8s-device-plugin?tab=readme-ov-file#running-gpu-jobs
|
||||||
resources: {}
|
resources:
|
||||||
# requests:
|
requests:
|
||||||
# smarter-devices/dri_card0: 1
|
nvidia.com/gpu: 1
|
||||||
# limits:
|
limits:
|
||||||
# smarter-devices/dri_card0: 1
|
nvidia.com/gpu: 1
|
||||||
#
|
|
||||||
# ---
|
|
||||||
#
|
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
||||||
# choice for the user. This also increases chances charts run on environments with little
|
|
||||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
||||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
||||||
# limits:
|
|
||||||
# cpu: 100m
|
|
||||||
# memory: 128Mi
|
|
||||||
# requests:
|
|
||||||
# cpu: 100m
|
|
||||||
# memory: 128Mi
|
|
||||||
|
|
||||||
autoscaling:
|
autoscaling:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user