GPU-Live/network-operator/sriov/sriov_net.yaml

41 lines
1.0 KiB
YAML

apiVersion: sriovnetwork.openshift.io/v1
kind: SriovIBNetwork
metadata:
name: sriov-ib-network
namespace: nvidia-network-operator
spec:
ipam: |
{
"type": "whereabouts",
"datastore": "kubernetes",
"kubernetes": {
"kubeconfig": "/etc/cni/net.d/whereabouts.d/whereabouts.kubeconfig"
},
"range": "192.168.240.0/20",
"exclude": [
"192.168.240.0/32",
"192.168.255.255/32",
"192.168.240.70/32",
"192.168.240.151/32",
"192.168.240.217/32",
"192.168.240.227/32",
"192.168.241.16/32",
"192.168.241.112/32",
"192.168.241.170/32",
"192.168.241.186/32",
"192.168.241.193/32",
"192.168.241.204/32",
"192.168.243.29/32",
"192.168.243.46/32",
"192.168.243.51/32",
"192.168.243.138/32",
"192.168.243.172/32",
"192.168.243.194/32"
],
"log_file": "/var/log/whereabouts.log",
"log_level": "info"
}
resourceName: mlnxnics
linkState: enable
networkNamespace: default