Skip to content

Commit

Permalink
Update info about helm overrides to point directly to values.yaml file
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Klues <[email protected]>
  • Loading branch information
klueska committed Jul 14, 2020
1 parent 7f3b9b1 commit ccaf64e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ The preferred method to deploy the device plugin is as a daemonset using `helm`.
Instructions for installing `helm` can be found
[here](https://helm.sh/docs/intro/install/).

The `helm` chart for the latest release of the plugin (`v0.7.0-rc.1`) includes the
follow customizeable values:
The `helm` chart for the latest release of the plugin (`v0.7.0-rc.1`) includes
a number of customizable values. The most commonly overridden ones are:

```
compatWithCPUManager:
Expand Down Expand Up @@ -158,13 +158,10 @@ Kubernetes](https://docs.google.com/document/d/1mdgMQ8g7WmaI_XVVRrCvHPFPOMCm5LQD
available to you of the form `nvidia.com/mig-<slice_count>g.<memory_size>gb`
that you can set in your pod spec to get access to a specific MIG device.

We also allow overrides of the following common user-specific settings:
- namespace
- image.pullPolicy
- resources
- nodeSelector
- affinity
- tolerations
Please take a look in the following `values.yaml` file to see the full set of
overridable parameters for the device plugin.

* https://github.com/NVIDIA/k8s-device-plugin/blob/v0.7.0-rc.1/deployments/helm/nvidia-device-plugin/values.yaml

#### Installing via `helm install`from the `nvidia-device-plugin` `helm` repository

Expand Down

0 comments on commit ccaf64e

Please sign in to comment.