Created
February 28, 2022 16:34
-
-
Save williamcaban/1c5ad6f11f3dadd662d65f1a3430dfa7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Using unsupported SR-IOV NICs w/OpenShift | |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: unsupported-nic-ids | |
namespace: openshift-sriov-network-operator | |
data: | |
X520: 8086 154d 10ed | |
X540: 8086 154d 10ee | |
X560: 8086 154d 10ef | |
# <human readable name>: <vendor ID> <pf ID> <vf ID> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment