mirror of https://github.com/kubernetes/kops.git
Merge pull request #13745 from ddelange/patch-2
Bump nvidia device plugin to 0.12.0
This commit is contained in:
commit
2edc36bccf
|
|
@ -47,7 +47,7 @@ spec:
|
|||
version: 9.99.0
|
||||
- id: k8s-1.16
|
||||
manifest: nvidia.addons.k8s.io/k8s-1.16.yaml
|
||||
manifestHash: 0b5963253c1cf13686226a8893b9b9e3ffd1373d5e2fb0699588d8714a4ba78a
|
||||
manifestHash: b69ab4301c67af1a7edd934caf0ca7a37c7e40035e5f19fc1794f565c19eb9cf
|
||||
name: nvidia.addons.k8s.io
|
||||
selector:
|
||||
k8s-addon: nvidia.addons.k8s.io
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ spec:
|
|||
containers:
|
||||
- args:
|
||||
- --fail-on-init-error=false
|
||||
image: docker.io/nvidia/k8s-device-plugin:v0.11.0
|
||||
image: nvcr.io/nvidia/k8s-device-plugin:v0.12.0
|
||||
name: nvidia-device-plugin-ctr
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ spec:
|
|||
name: nvidia-device-plugin-ds
|
||||
spec:
|
||||
containers:
|
||||
- image: docker.io/nvidia/k8s-device-plugin:v0.11.0
|
||||
- image: nvcr.io/nvidia/k8s-device-plugin:v0.12.0
|
||||
name: nvidia-device-plugin-ctr
|
||||
args: ["--fail-on-init-error=false"]
|
||||
securityContext:
|
||||
|
|
@ -52,4 +52,4 @@ scheduling:
|
|||
tolerations:
|
||||
- key: nvidia.com/gpu
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
effect: NoSchedule
|
||||
|
|
|
|||
Loading…
Reference in New Issue