mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +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
|
# migStrategy: mixed
|
||||||
config:
|
config:
|
||||||
# ConfigMap name if pulling from an external ConfigMap
|
# ConfigMap name if pulling from an external ConfigMap
|
||||||
name: ""
|
name: "nvidia-device-configs"
|
||||||
# Set of named configs to build an integrated ConfigMap from
|
|
||||||
map: {}
|
|
||||||
# Default config name within the ConfigMap
|
|
||||||
default: ""
|
|
||||||
# List of fallback strategies to attempt if no config is selected and no default is provided
|
# List of fallback strategies to attempt if no config is selected and no default is provided
|
||||||
fallbackStrategies: ["named" , "single"]
|
fallbackStrategies: ["named" , "single"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user