We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mellanox.infiniband.app
It is the test pod as follows
apiVersion: v1 kind: Pod metadata: name: sriov-ib namespace: ib annotations: k8s.v1.cni.cncf.io/networks: ib@ib mellanox.infiniband.app: ib spec: nodeName: sg-dcu002.hogpu.cc containers: - name: cni image: hub.hobot.cc/k8snetworkplumbingwg/mellanox/rping-test imagePullPolicy: IfNotPresent command: - sleep - 3600s resources: requests: mellanox.com/sriov_ib_rdma: '1' limits: mellanox.com/sriov_ib_rdma: '1'
But I got some error
infiniBand SRIOV-CNI failed, InfiniBand status "mellanox.infiniband.app" is not "configured" please check mellanox ib-kubernetes
what should I do ? anyone help me, thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is the test pod as follows
But I got some error
what should I do ? anyone help me, thanks.
The text was updated successfully, but these errors were encountered: