- Linux
- Docker
- Script to simply rebuild the image is already present in demo folder
cd demo
./build-driver.sh
- Linux
- Docker
-
Rebuild the image using the provided script:
The script to rebuild the image is located in the
demo
folder.cd demo ./build-driver.sh
-
Rebuild the CRD specifically:
If you want to rebuild the CRD to change the logic in the driver, you can use the
Makefile
. TheMakefile
automates this process. The only required tool is Docker, where the generation process takes place in a container and is copied to the configured path.make docker-generate
-
Rebuild it entirely:
To rebuild the driver in a docker container, use the following command:
make docker-build