disable nvidia-gpu support from cluster
All checks were successful
renovate / renovate (push) Successful in 6m50s
All checks were successful
renovate / renovate (push) Successful in 6m50s
This commit is contained in:
18
disabled/helm/gpu-operator/gpu-operator-configmap.yml
Normal file
18
disabled/helm/gpu-operator/gpu-operator-configmap.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: time-slicing-config
|
||||
namespace: gpu-operator
|
||||
data:
|
||||
any: |-
|
||||
version: v1
|
||||
flags:
|
||||
migStrategy: none
|
||||
sharing:
|
||||
timeSlicing:
|
||||
resources:
|
||||
- name: nvidia.com/gpu
|
||||
replicas: 4
|
||||
|
||||
# remember to patch the cluster policy to use this configmap
|
||||
# kubectl patch clusterpolicy/cluster-policy -n gpu-operator --type merge -p '{"spec": {"devicePlugin": {"config": {"name": "time-slicing-config", "default": "any"}}}}'
|
||||
Reference in New Issue
Block a user