Skip to content

Commit

Permalink
Merge pull request kubernetes#2869 from xichengliudui/fix181029
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
k8s-ci-robot authored Oct 29, 2018
2 parents 19a8e86 + a592bc4 commit a860615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a860615

Please sign in to comment.