Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions charts/device-plugin-operator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Intel Device Plugins Operator Helm Chart

## Prerequisites
- cert-manager
- NFD charts [optional]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add links to the cert manager and NFD helm charts, please.

## Get Helm Repository Info
```
helm repo add intel https://intel.github.io/helm-charts/
helm repo update
```

You can execute `helm search repo intel` command to see pulled charts [optional].

## Install Helm Chart
CRDs of the device plugin operator are installed as part of the chart.

```
helm install device-plugin-operator intel/device-plugin-operator [flags]
```

## Upgrade Chart
```
helm upgrade device-plugin-operator intel/device-plugin-operator [flags]
```

## Uninstall Chart
```
helm uninstall device-plugin-operator
```
CRDs are not uninstalled.

## Configuration
See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments:

```console
helm show values intel/device-plugin-operator
```

You may also run `helm show values` on this chart's dependencies for additional options.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a section which document the variables, like in the other charts.

|parameter| value |
|---------|-----------|
| `hub` | `intel` |
| `tag` | `0.24.0` |
| `pullPolicy` | `IfNotPresent` |
2 changes: 2 additions & 0 deletions charts/device-plugin-operator/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Thank you for installing {{ .Chart.Name }}.

The next step would be to install the device (plugin) specific chart.
43 changes: 43 additions & 0 deletions charts/qat-device-plugin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Intel QAT Device Plugin Helm Chart

## Get Helm Repository Info
```
helm repo add intel https://intel.github.io/helm-charts/
helm repo update
```

You can execute `helm search repo intel` command to see pulled charts [optional].

## Install Helm Chart
```
helm install qat-device-plugin intel/qat-device-plugin [flags]
```

## Upgrade Chart
```
helm upgrade qat-device-plugin intel/qat-device-plugin [flags]
```

## Uninstall Chart
```
helm uninstall qat-device-plugin
```

## Configuration
See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments:

```console
helm show values intel/qat-device-plugin
```

You may also run `helm show values` on this chart's dependencies for additional options.

|parameter| value |
|---------|-----------|
| `image` | `intel/intel-qat-plugin:0.24.0` |
| `initImage` | `intel/intel-qat-initcontainer:0.24.0` |
| `dpdkDriver` | `vfio-pci` |
| `kernelVfDrivers` | `c6xxvf`, `4xxxvf` |
| `maxNumDevices` | `128` |
| `logLevel` | `4` |

43 changes: 43 additions & 0 deletions charts/sgx-device-plugin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Intel SGX Device Plugin Helm Chart

## Get Helm Repository Info
```
helm repo add intel https://intel.github.io/helm-charts/
helm repo update
```

You can execute `helm search repo intel` command to see pulled charts [optional].

## Install Helm Chart
```
helm install sgx-device-plugin intel/sgx-device-plugin [flags]
```
## Upgrade Chart
```
helm upgrade sgx-device-plugin intel/sgx-device-plugin [flags]
```

## Uninstall Chart
```
helm uninstall sgx-device-plugin
```

## Configuration
See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments:

```console
helm show values intel/sgx-device-plugin
```

You may also run `helm show values` on this chart's dependencies for additional options.

|parameter| value |
|---------|-----------|
| `image` | `intel/intel-sgx-plugin:0.24.0` |
| `initImage` | `intel/intel-sgx-initcontainer:0.24.0` |
| `enclaveLimit` | `110` |
| `provisionLimit` | `110` |
| `logLevel` | `4` |