This is a POC branch. [enabling Octeon DPU hardware]
git clone https://github.com/naftalyava/sriov-network-operator
cd sriov-network-operator
make generate
make manifests
make install
make deploy-setup
- Edit run.sh and point to desired docker images repos. When the script runs you must logon to the remote repo so that docker push command will succeed.
- Edit hack/env.sh and point the desired components to desired repo.
- Execute run.sh, the command will build and push all the required images to targer repos and will deploy the code on your cluster.