From e20c88d6b6599452c85f5ffb8a58607e1650e085 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sun, 28 Jul 2024 12:17:21 +1000 Subject: [PATCH] add ns gpu-device-plugin --- .../env/k3s-cluster/templates/gpu-device-plugin.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 resources/namespaces/env/k3s-cluster/templates/gpu-device-plugin.yaml diff --git a/resources/namespaces/env/k3s-cluster/templates/gpu-device-plugin.yaml b/resources/namespaces/env/k3s-cluster/templates/gpu-device-plugin.yaml new file mode 100644 index 0000000..2818ab8 --- /dev/null +++ b/resources/namespaces/env/k3s-cluster/templates/gpu-device-plugin.yaml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: Namespace +metadata: + annotations: + argocd.argoproj.io/sync-options: Prune=false + creationTimestamp: null + name: gpu-device-plugin +spec: {} +status: {}