Skip to content

Commit

Permalink
chore: Update Node Selector for node policy (#660)
Browse files Browse the repository at this point in the history
It is recommended to use the following node selector in SRIOV network
policy:
`feature.node.kubernetes.io/pci-15b3.present`
  • Loading branch information
adrianchiris authored Nov 7, 2023
2 parents f61c192 + 7abf41b commit 8a259f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
resourceName: sriovlegacy
nodeSelector:
feature.node.kubernetes.io/network-sriov.capable: "true"
feature.node.kubernetes.io/pci-15b3.present: "true"
numVfs: 1
nicSelector:
vendor: "15b3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
resourceName: sriovswitchdev
nodeSelector:
feature.node.kubernetes.io/network-sriov.capable: "true"
feature.node.kubernetes.io/pci-15b3.present: "true"
numVfs: 1
nicSelector:
vendor: "15b3"
Expand Down

0 comments on commit 8a259f6

Please sign in to comment.