Skip to content

Commit 41bb817

Browse files
README: Add Multus configuration NOTE (#84)
* README: Add Multus configuration NOTE This Commit Adds a note in README regarding Multus CNI expected configuration Specifying the requirement for Multus CNI to utilize kubernetes API in its operations As ib-kubernetes relies on net-attach-def CR for proper configuration of infiniband network for a Pod. Co-authored-by: Adrian Chiris <[email protected]>
1 parent ee5d199 commit 41bb817

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ data:
9393
GUID_POOL_RANGE_END: "02:FF:FF:FF:FF:FF:FF:FF" # The last guid in the pool
9494
```
9595
96+
> __Note:__ For Infiniband workloads to work properly, multus CNI must be configured to work with kubernetes API
97+
> by specifying the `kubeconfig` field in its configurations. If it is missing, then the Pod's infiniband network
98+
> will not be properly set up.
99+
96100
## Plugins
97101

98102
Subnet Manager Plugin to configure PKeys (Partition Keys) in the InfiniBand fabric.

0 commit comments

Comments
 (0)