File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
deployment/network-operator Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ optionally deploy Node Feature Discovery in the cluster. This is enabled via `nf
3131### SR-IOV Network Operator
3232Nvidia Network Operator can operate in unison with SR-IOV Network Operator
3333to enable SR-IOV workloads in a Kubernetes cluster. We provide a helm chart to be used to optionally
34- deploy [ SR-IOV Network Operator] ( https://github.com/openshift /sriov-network-operator ) in the cluster.
34+ deploy [ SR-IOV Network Operator] ( https://github.com/k8snetworkplumbingwg /sriov-network-operator ) in the cluster.
3535This is enabled via ` sriovNetworkOperator.enabled ` chart parameter.
3636
3737For more information on how to configure SR-IOV in your Kubernetes cluster using SR-IOV Network Operator
@@ -222,9 +222,9 @@ the file: `values.yaml`
222222| ` secondaryNetwork.deploy ` | bool | ` true ` | Deploy Secondary Network |
223223
224224Specifies components to deploy in order to facilitate a secondary network in Kubernetes. It consists of the following optionally deployed components:
225- - [ Multus-CNI] ( https://github.com/intel /multus-cni ) : Delegate CNI plugin to support secondary networks in Kubernetes
225+ - [ Multus-CNI] ( https://github.com/k8snetworkplumbingwg /multus-cni ) : Delegate CNI plugin to support secondary networks in Kubernetes
226226 - CNI plugins: Currently only [ containernetworking-plugins] ( https://github.com/containernetworking/plugins ) is supported
227- - IPAM CNI: Currently only [ Whereabout IPAM CNI] ( https ://github.com/dougbtv /whereabouts) is supported
227+ - IPAM CNI: Currently only [ Whereabout IPAM CNI] ( httpso ://github.com/k8snetworkplumbingwg /whereabouts) is supported
228228
229229##### CNI Plugin Secondary Network
230230
You can’t perform that action at this time.
0 commit comments