change name of configmap
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: time-slicing-config-all
|
name: time-slicing-config
|
||||||
namespace: gpu-operator
|
namespace: gpu-operator
|
||||||
data:
|
data:
|
||||||
any: |-
|
any: |-
|
||||||
@@ -15,4 +15,4 @@ data:
|
|||||||
replicas: 4
|
replicas: 4
|
||||||
|
|
||||||
# remember to patch the cluster policy to use this configmap
|
# 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-all", "default": "any"}}}}'
|
# 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