You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Optionally configure the Kueue system to handle large workloads. Configurable per session type (e.g. desktop, notebook, etc.).
106
107
# Leaving this empty will default to submitting Jobs to the base Kubernetes system.
@@ -289,6 +290,8 @@ experimentalFeatures:
289
290
290
291
# YAML to pass to a LimitRange object called "{{ .Release.Name }}-session-limit-range" in the workload Namespace to define the resource limits.
291
292
# These limits will be applied to Container objects (User Sessions).
293
+
# **NOTE**: This requires the experimentalFeatures.enabled to be true as well as the sessionLimitRange.enabled to be true.
294
+
# **NOTE**: The min clause is ignored due to hard-coded resources for Desktop and Firefly sessions. The `defaultRequest` is used instead for these session types.
292
295
# See https://kubernetes.io/docs/concepts/policy/limit-range/
293
296
#
294
297
# Example:
@@ -299,10 +302,6 @@ experimentalFeatures:
299
302
# memory: "96Gi"
300
303
# cpu: "12"
301
304
# "nvidia.com/gpu": "4"
302
-
# min:
303
-
# memory: "1Gi"
304
-
# cpu: "1"
305
-
# "nvidia.com/gpu": "0"
306
305
# default: # actually refers to default limit
307
306
# memory: "32Gi"
308
307
# cpu: "8"
@@ -330,6 +329,9 @@ storage:
330
329
331
330
# For caching images from the Image Repository and for the writing the POSIX Users and Groups to be shared with Job files
0 commit comments