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
No related branches found
No related tags found
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 ...@@ -3,6 +3,7 @@ kind: Kustomization
resources: resources:
- kube-system - kube-system
- node-features - node-features
- drivers
- system-upgrades - system-upgrades
- firewall - firewall
- metallb - metallb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment