You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,16 @@ credentials:
56
56
accessKeyID: "{access key}"
57
57
accessKeySecret: "{access key secret}"
58
58
```
59
+
#### localERIDiscovery mode
60
+
To expose existing erdma devices on the node to pods, enable `localERIDiscovery` configuration in values.yaml. This eliminates the need to create and authorize ram roles and policies according to the above steps for accessing the erdma API.
61
+
##### expose specified erdma devices on each node
62
+
`exposedLocalERIs` field in values.yaml defines which erdma devices are exposed per node. For example:
63
+
```yaml
64
+
exposedLocalERIs:
65
+
- i-XXX erdma_0/erdma_1 # specify instance ID and erdma devices(erdma_0/erdma_1) to expose
66
+
- i-* erdma_0 # specify erdma devices(erdma_0) to expose for all unspecified nodes
67
+
- i-* erdma_* # expose all existing erdma devices for all unspecified nodes
0 commit comments