diff --git a/charts/system/intel-gpu-plugin/.helmignore b/charts/system/intel-gpu-plugin/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/system/intel-gpu-plugin/.helmignore @@ -0,0 +1,32 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png +icon.webp +icon-small.webp diff --git a/charts/system/intel-gpu-plugin/Chart.yaml b/charts/system/intel-gpu-plugin/Chart.yaml new file mode 100644 index 00000000000..8cf84664602 --- /dev/null +++ b/charts/system/intel-gpu-plugin/Chart.yaml @@ -0,0 +1,34 @@ +annotations: + max_scale_version: 24.04.1 + min_scale_version: 24.04.0 + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.15" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: system +apiVersion: v2 +appVersion: 0.30.0 +dependencies: + - name: common + version: 24.0.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Intel GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware. +home: https://truecharts.org/charts/system/intel-gpu-plugin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/intel-gpu-plugin.webp +keywords: + - intel-gpu-plugin +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: intel-gpu-plugin +sources: + - https://github.com/intel + - https://github.com/truecharts/charts/tree/master/charts/system/intel-gpu-plugin +type: application +version: 0.0.1 diff --git a/charts/system/intel-gpu-plugin/README.md b/charts/system/intel-gpu-plugin/README.md new file mode 100644 index 00000000000..ad284424078 --- /dev/null +++ b/charts/system/intel-gpu-plugin/README.md @@ -0,0 +1,61 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible + +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/intel-gpu-plugin) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](/deprecated/scale). + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/system/intel-gpu-plugin + +## Configuration Options + +Please note: For TrueNAS SCALE, only options available in the GUI are supported. +Hence most of these docs do not apply to TrueNAS SCALE + +To view the chart specific options, please view Values.yaml included in the chart. +The most recent version of which, is available here: https://github.com/truecharts/charts/charts/system/intel-gpu-plugin/values.yaml + +All our Charts use a shared "common" library chart that contains most of the templating and options. +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common) + +For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml + +## Support + +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/intel-gpu-plugin/icon.png b/charts/system/intel-gpu-plugin/icon.png new file mode 100644 index 00000000000..c294abd3b60 Binary files /dev/null and b/charts/system/intel-gpu-plugin/icon.png differ diff --git a/charts/system/intel-gpu-plugin/templates/NOTES.txt b/charts/system/intel-gpu-plugin/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/system/intel-gpu-plugin/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/system/intel-gpu-plugin/templates/common.yaml b/charts/system/intel-gpu-plugin/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/system/intel-gpu-plugin/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/system/intel-gpu-plugin/values.yaml b/charts/system/intel-gpu-plugin/values.yaml new file mode 100644 index 00000000000..569e1f52727 --- /dev/null +++ b/charts/system/intel-gpu-plugin/values.yaml @@ -0,0 +1,52 @@ +image: + repository: intel/intel-gpu-plugin + pullPolicy: IfNotPresent + tag: 0.30.0@sha256:e96c9955e5aced52f215f7eff77f679c4c400a16a42b1f2c0e8ed9ba76cae3c4 + +service: + main: + enabled: false + ports: + main: + enabled: false + +workload: + main: + podSpec: + type: DaemonSet + containers: + main: + args: + - -shared-dev-num + - "5" + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +portal: + open: + enabled: false + + +persistence: + devfs: + enabled: true + type: device + mountPath: /dev/dri + hostPath: /dev/dri + readOnly: true + sysfs: + enabled: true + type: device + mountPath: /sys/class/drm + hostPath: /sys/class/drm + readOnly: true + kubeletsockets: + enabled: true + type: hostPath + mountPath: /var/lib/kubelet/device-plugins + hostPath: /var/lib/kubelet/device-plugins