openshift / sriov-network-operator

SR-IOV Network Operator
Apache License 2.0
117 stars 106 forks source link

which repo to use #993

Closed jeffreyyjp closed 4 weeks ago

jeffreyyjp commented 4 weeks ago

Hello, I want to know the difference between this repo and https://github.com/k8snetworkplumbingwg/sriov-network-operator. If I use k8s cluster(not openshift), which one should I choose.

zeeke commented 4 weeks ago

hi @jeffreyyjp , https://github.com/k8snetworkplumbingwg/sriov-network-operator repository is the upstream one, where all the feature and fix are implemented in first place. It is maintainer by community members.

This repository (openshift/*) is a fork (though not technically) where commits are pulled from upstream and released through OpesShift. e.g. Here, you can find a branch for each OpenShift version.

If you have any problem, I suggest you to open an issue in the upstream repo.

jeffreyyjp commented 4 weeks ago

@zeeke Thank you for providing this detail.