Skip to content
Snippets Groups Projects
Verified Commit 10b88eff authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(drivers): Add AMD GPU drivers

This patch enables AMD GPU drivers for usage with pods in the cluster.
parent 079f368a
Branches
Tags
No related merge requests found
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: amd-gpu
namespace: drivers-system
spec:
interval: 30m
url: https://radeonopencompute.github.io/k8s-device-plugin/
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: amd-gpu
namespace: drivers-system
spec:
releaseName: amd-gpu
chart:
spec:
chart: amd-gpu
sourceRef:
kind: HelmRepository
name: amd-gpu
namespace: drivers-system
version: 0.2.0
interval: 5m
values:
namespace: drivers-system
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: drivers-system
resources:
- namespace.yaml
- amd-gpu.yaml
- ../../shared/networkpolicies/deny-by-default.yaml
apiVersion: v1
kind: Namespace
metadata:
name: drivers-system
labels:
name: drivers-system
kyverno.shivering-isles.com/class: "system"
......@@ -3,6 +3,7 @@ kind: Kustomization
resources:
- kube-system
- node-features
- drivers
- system-upgrades
- firewall
- metallb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment