Skip to content

Commit

Permalink
Merge pull request #74 from tobiasgiese/fix-linktype-docs
Browse files Browse the repository at this point in the history
docs: fix linkeTypes and keep capitalization consistent
  • Loading branch information
rollandf authored Jul 22, 2024
2 parents 5a4d421 + dc80373 commit 614d867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started-kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ Once the Network Operator is installed deploy a NicClusterPolicy with:
"pfNames": [],
"pciAddresses": [],
"rootDevices": [],
"linkTypes": ["“infiniband”"],
"linkTypes": ["IB"],
"isRdma": true
}
}
Expand Down Expand Up @@ -1447,7 +1447,7 @@ Once the Network Operator is installed create a NicClusterPolicy with:
feature.node.kubernetes.io/pci-15b3.present: "true"
nicSelector:
vendor: "15b3"
linkType: infiniband
linkType: IB
isRdma: true
numVfs: 8
priority: 90
Expand Down Expand Up @@ -1644,7 +1644,7 @@ Wait for NVIDIA DOCA Driver to install and apply the following CRs:
feature.node.kubernetes.io/pci-15b3.present: "true"
nicSelector:
vendor: "15b3"
linkType: ib
linkType: IB
isRdma: true
numVfs: 8
priority: 90
Expand Down

0 comments on commit 614d867

Please sign in to comment.