3Silmarils
3Silmarils
Need to support SCTP for our telco apps too.
Hello, Can somebody help complete the sriov-network-operator installation? Is there another way?
@rollandf Thank you. set sriovOperatorConfig.deploy to true in default values.yaml, ran helm upgrade, the config daemon is up. Compared to the example in [quick-start](https://github.com/k8snetworkplumbingwg/sriov-network-operator/blob/master/doc/quickstart.md), we're still missing the service obj,...
@rollandf Thank you. Next, with initial sriovnetworknodestates.sriovnetwork.openshift.io as: spec: dpConfigVersion: 2ea02bc305b6b7849ae7535c713eeb8e status: interfaces: - deviceID: 158a driver: i40e linkSpeed: 25000 Mb/s linkType: ETH mac: "12:21:04:20:01:02" mtu: 1500 name: p1p1 pciAddress:...
@SchSeba The SriovNetworkNodePolicy spec was pasted in my last comment. original nodeSelector from quickstart example was feature.node.kubernetes.io/network-sriov.capable: "true", but I didn't find any node with that label, so changed it...
[sriovnetworknodepolicy.yaml.txt](https://github.com/k8snetworkplumbingwg/sriov-network-operator/files/14942434/sriovnetworknodepolicy.yaml.txt) nodeSelector is empty in attached output
@SchSeba Thank you. corrected nodeSelector in sriovnetworknodepolicy, the operator pod is back in Running state, but the sriovnetworknodestates still "cannot configure sriov interfaces", no VFs. Anything to check on hardware...
[sriov-network-operator-845dc5dffc-4hvsb (2).log](https://github.com/k8snetworkplumbingwg/sriov-network-operator/files/14951954/sriov-network-operator-845dc5dffc-4hvsb.2.log) operator pod log.
Is there a way to debug this issue? failed to configure sriov on interface. Worker nodes are running k8s 1.26, RH8.6
@SchSeba Thanks! checking with lab on this.