diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-10-29 10:11:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-29 10:11:32 -0700 |
| commit | a860615db7086bf162c8d70f06645acdfe68dfe8 (patch) | |
| tree | 68373836e54923c6d5b35b06cad86d77c3d41d05 | |
| parent | 19a8e868398482c9b9b40f2564f0277f7494cb54 (diff) | |
| parent | a592bc4090f706edad5eb16332967d236ef41772 (diff) | |
Merge pull request #2869 from xichengliudui/fix181029
Fix typo
| -rw-r--r-- | contributors/design-proposals/node/accelerator-monitoring.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/node/accelerator-monitoring.md b/contributors/design-proposals/node/accelerator-monitoring.md index 984ce656..fe5d6f2e 100644 --- a/contributors/design-proposals/node/accelerator-monitoring.md +++ b/contributors/design-proposals/node/accelerator-monitoring.md @@ -75,7 +75,7 @@ From the summary API, they will flow to heapster and stackdriver. ## Caveats - As mentioned before, this would add a requirement that cAdvisor and kubelet are dynamically linked. -- We would need to make sure that kubelet is able to access the nvml libraries. Some existing container based nvidia driver installers install drivers in a special directory. We would need to make sure that that directory is in kubelet’s `LD_LIBRARY_PATH`. +- We would need to make sure that kubelet is able to access the nvml libraries. Some existing container based nvidia driver installers install drivers in a special directory. We would need to make sure that directory is in kubelet’s `LD_LIBRARY_PATH`. ## Testing Plan - Adding unit tests and e2e tests to cAdvisor for this code. |
