From e04d8802157248f153e38f5cb3f3ec97e1decfc2 Mon Sep 17 00:00:00 2001 From: Kenny Ho <y2kenny@gmail.com> Date: Sat, 29 Sep 2018 11:40:21 -0400 Subject: [PATCH] Peg docker image to r1.9 in DaemonSet definition --- k8s-ds-amdgpu-dp-health.yaml | 2 +- k8s-ds-amdgpu-dp.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-ds-amdgpu-dp-health.yaml b/k8s-ds-amdgpu-dp-health.yaml index 53507a96..8b96255f 100644 --- a/k8s-ds-amdgpu-dp-health.yaml +++ b/k8s-ds-amdgpu-dp-health.yaml @@ -21,7 +21,7 @@ spec: - key: CriticalAddonsOnly operator: Exists containers: - - image: rocm/k8s-device-plugin + - image: rocm/k8s-device-plugin:r1.9 name: amdgpu-dp-cntr-health workingDir: /root command: ["./k8s-device-plugin"] diff --git a/k8s-ds-amdgpu-dp.yaml b/k8s-ds-amdgpu-dp.yaml index 5b6cbf5c..d9159347 100644 --- a/k8s-ds-amdgpu-dp.yaml +++ b/k8s-ds-amdgpu-dp.yaml @@ -15,7 +15,7 @@ spec: - key: CriticalAddonsOnly operator: Exists containers: - - image: rocm/k8s-device-plugin + - image: rocm/k8s-device-plugin:r1.9 name: amdgpu-dp-cntr securityContext: allowPrivilegeEscalation: false -- GitLab