Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert automatic BPFMAN image loading into kind cluster
Previously, the Makefile was modified to load the BPFMAN image unconditionally into the KIND cluster. This commit reverts that change. To load the BPFMAN image into the KIND cluster, use the `./hack/kind-load-image.sh` script as a discrete step. For example: $ ./hack/kind-load-image.sh -v bpfman-deployment localhost/bpfman-dev:latest Signed-off-by: Andrew McDermott <[email protected]>
- Loading branch information