mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-22 01:04:58 +00:00
chore(deps): Updating nvidia-device-plugin to 0.14.3
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: cuda-test
|
|
||||||
commonLabels:
|
commonLabels:
|
||||||
app.kubernetes.io/managed-by: argocd
|
app.kubernetes.io/managed-by: argocd
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ apiVersion: v1
|
|||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: cuda-vectoradd
|
name: cuda-vectoradd
|
||||||
|
namespace: cuda-test
|
||||||
spec:
|
spec:
|
||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
containers:
|
containers:
|
||||||
@@ -9,4 +10,4 @@ spec:
|
|||||||
image: "nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda11.7.1-ubuntu20.04"
|
image: "nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda11.7.1-ubuntu20.04"
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu: "1"
|
||||||
@@ -1,12 +1,14 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: time-slicing
|
name: cm-time-slicing
|
||||||
|
namespace: nvidia-device-plugin
|
||||||
data:
|
data:
|
||||||
default: |-
|
time-slicing: |-
|
||||||
version: v1
|
version: v1
|
||||||
sharing:
|
sharing:
|
||||||
timeSlicing:
|
timeSlicing:
|
||||||
|
failRequestsGreaterThanOne: true
|
||||||
resources:
|
resources:
|
||||||
- name: nvidia.com/gpu
|
- name: nvidia.com/gpu
|
||||||
replicas: 10
|
replicas: 10
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: nvidia-device-plugin
|
commonAnnotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "-1"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
@@ -9,7 +10,7 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: nvidia-device-plugin
|
- name: nvidia-device-plugin
|
||||||
repo: https://nvidia.github.io/k8s-device-plugin
|
repo: https://nvidia.github.io/k8s-device-plugin
|
||||||
version: 0.14.2
|
version: 0.14.3
|
||||||
releaseName: "nvidia-device-plugin"
|
releaseName: "nvidia-device-plugin"
|
||||||
namespace: nvidia-device-plugin
|
namespace: nvidia-device-plugin
|
||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
config:
|
config:
|
||||||
name: time-slicing
|
name: cm-time-slicing
|
||||||
default: default
|
default: time-slicing
|
||||||
Reference in New Issue
Block a user