Skip to content

Commit

Permalink
Update links to Multus CNI and InfiniBand SR-IOV CNI (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kolodiazhnyi <ikolodiazhny@nvidia.com>
  • Loading branch information
e0ne committed Jan 23, 2024
1 parent bc86bfe commit 37fc6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# InfiniBand Kubernetes

InfiniBand Kubernetes provides a daemon `ib-kubernetes`, that works in conjuction with [Mellanox InfiniBand SR-IOV CNI](https://github.com/Mellanox/ib-sriov-cni) and [Intel Multus CNI](https://github.com/intel/multus-cni), it acts on kubernetes Pod object changes(Create/Update/Delete), reading the Pod's network annotation and fetching its corresponding network CRD and and reads the PKey, to add the newly generated Guid or the predefined Guid in `guid` field of CRD `cni-args` to that PKey, for pods with annotation `mellanox.infiniband.app`.
InfiniBand Kubernetes provides a daemon `ib-kubernetes`, that works in conjuction with [InfiniBand SR-IOV CNI](https://github.com/k8snetworkplumbingwg/ib-sriov-cni) and [Multus CNI](https://github.com/k8snetworkplumbingwg/multus-cni), it acts on kubernetes Pod object changes(Create/Update/Delete), reading the Pod's network annotation and fetching its corresponding network CRD and and reads the PKey, to add the newly generated Guid or the predefined Guid in `guid` field of CRD `cni-args` to that PKey, for pods with annotation `mellanox.infiniband.app`.

Note: InfiniBand Kubernetes supports x86 architecture.
## Subnet Manager Plugins
Expand Down

0 comments on commit 37fc6f4

Please sign in to comment.