We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb6dd8 commit 70fb55eCopy full SHA for 70fb55e
README.md
@@ -268,10 +268,17 @@ Library mounts (by default in `/opt/onload/usr/lib64/`):
268
* `libonload.so`
269
* `libonload_ext.so`
270
271
-Environment variables:
+Environment variables (if `setPreload` is true):
272
273
* `LD_PRELOAD=<library-mount>/libonload.so`
274
275
+Binary mounts (if `mountOnload` is true, by default in `/opt/onload/usr/bin/`)
276
+
277
+* `onload`
278
279
+If you wish to customise where files are mounted in the container's filesystem this can be configured with the fields
280
+of `spec.devicePlugin` in an Onload CR.
281
282
### Example client-server with sfnettest
283
284
Please see [config/samples/sfnettest](config/samples/sfnettest).
0 commit comments