Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ztp: Reference: make SriovNetworkNodePolicy more flexible #2030

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 12, 2024

  1. ztp: Reference: make SriovNetworkNodePolicy more flexible

    This is to fix the issue below that isRdma and priority are reported as unexpected with null value on the live cluster:
    
    --- /tmp/MERGED-3869953538/sriovnetwork-openshift-io-v1_sriovnetworknodepolicy_openshift-sriov-network-operator_pci-sriov  2024-09-12 15:31:10.502529916 +0000
    +++ /tmp/LIVE-1145655967/sriovnetwork-openshift-io-v1_sriovnetworknodepolicy_openshift-sriov-network-operator_pci-sriov	2024-09-12 15:31:10.502529916 +0000
    @@ -5,12 +5,10 @@
       namespace: openshift-sriov-network-operator
     spec:
       deviceType: netdevice
    -  isRdma: null
       nicSelector:
         pfNames:
         - '%!s(<nil>)#0-3'
       nodeSelector:
         node-role.kubernetes.io/master: ""
       numVfs: 8
    -  priority: null
       resourceName: pci_sriov
    borball authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7b4e0ff View commit details
    Browse the repository at this point in the history