Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.27 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.27 KB

charts

Chart Rdma Tools Chart OFED Nightly E2E

helm chart

helm repo add spiderchart https://spidernet-io.github.io/charts
helm repo update

charts

ofed-driver

chart for deploying OFED driver to install the driver of Mellanox network card

release chart and images:

  1. build the image from CI action

  2. update the image and chart version in Chart

  3. push the tag

git tag ofe-driver-vXX.YY.ZZ 
git push --tags

refer to document for usage

rdma-tools

images including kinds of RDMA tools for debugging

release chart and images:

  1. build the image from CI action

  2. update the image and chart version in Chart

  3. push the tag

git tag rdma-tools-vXX.YY.ZZ 
git push --tags

refer to document for usage