mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
nvidia time sharing
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
data:
|
||||
config: |
|
||||
version: v1
|
||||
sharing:
|
||||
timeSlicing:
|
||||
renameByDefault: false
|
||||
failRequestsGreaterThanOne: true
|
||||
resources:
|
||||
- name: nvidia.com/gpu
|
||||
replicas: 10
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: nvidia-plugin-configs
|
||||
namespace: nvidia-device-plugin
|
||||
@@ -35,11 +35,7 @@ spec:
|
||||
# migStrategy: mixed
|
||||
config:
|
||||
# ConfigMap name if pulling from an external ConfigMap
|
||||
name: ""
|
||||
# Set of named configs to build an integrated ConfigMap from
|
||||
map: {}
|
||||
# Default config name within the ConfigMap
|
||||
default: ""
|
||||
name: "nvidia-device-configs"
|
||||
# List of fallback strategies to attempt if no config is selected and no default is provided
|
||||
fallbackStrategies: ["named" , "single"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user