Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Ensure ${BPFMAN_IMG} is loaded into KIND cluster
Fix an issue where the bpfman image referenced by `${BPFMAN_IMG}` is not loaded into the Kind cluster when using `make run-on-kind`. This resulted in Kubernetes pulling the image from quay.io, even if a locally built version with the same tag exists. Fixes: bpfman#105. Signed-off-by: Andrew McDermott <amcdermo@redhat.com>
- Loading branch information