Skip to content

Commit

Permalink
niccluster policy edits
Browse files Browse the repository at this point in the history
  • Loading branch information
thuffmlx committed Feb 5, 2025
1 parent 364b7ba commit 1c3f63a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ops/mk-nic-cluster-policy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ function rdmaSharedDevicePlugin()
{
cat << RDMA_SDP1
rdmaSharedDevicePlugin:
# [map[ifNames:[ibs1f0] name:rdma_shared_device_a]]
image: k8s-rdma-shared-dev-plugin
repository: ghcr.io/mellanox
version: ${RDMA_SDP_VERSION}
Expand Down Expand Up @@ -144,8 +143,8 @@ cat << RDMA_SDP2
"selectors": {
"vendors": ["${NETOP_VENDOR}"],
"drivers": [],
"ifNames": [${DEVNAMES}],
"linkTypes": ["${LINK_TYPES}"],
"ifNames": ["${DEVNAMES}"],
"linkTypes": [],
"isRdma": true
}
}${COMMA}
Expand Down

0 comments on commit 1c3f63a

Please sign in to comment.