-
Notifications
You must be signed in to change notification settings - Fork 16
Readme for device plugins helm charts #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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] | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
mythi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``` | ||
| 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 | ||
mythi marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``` | ||
| 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. | ||
|
|
||
|
||
| |parameter| value | | ||
| |---------|-----------| | ||
| | `hub` | `intel` | | ||
| | `tag` | `0.24.0` | | ||
| | `pullPolicy` | `IfNotPresent` | | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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` | | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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` | | ||
|
|
||
|
|
||
|
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.