To create and push a Docker image of marvell vsp locally Follow the below steps for host and dpu both :
build image locally
make local-build #builds all the image required for dpu-operator
make local-push #push all images locally required
deploy marvell vsp
marvell vsp is deployed as a daemonset in the dpu-operator namespace. To deploy marvell vsp, follow the below steps:
Fill namespace, image name, and other required fields in the internal/daemon/vendor-specific-plugins/marvell/00.daemonset.yaml file.
kubectl apply -f internal/daemon/vendor-specific-plugins/marvell/00.daemonset.yaml