Skip to content

Commit

Permalink
Merge pull request #106 from frobware/issue-105/load-bpfman-image-int…
Browse files Browse the repository at this point in the history
…o-kind-cluster

Makefile: Ensure ${BPFMAN_IMG} is loaded into KIND cluster
  • Loading branch information
mergify[bot] authored Aug 20, 2024
2 parents 08a5518 + 6729ecd commit 6197396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ push-images: ## Push bpfman-agent and bpfman-operator images.
$(OCI_BIN) push ${BPFMAN_IMG}

.PHONY: load-images-kind
load-images-kind: ## Load bpfman-agent, and bpfman-operator images into the running local kind devel cluster.
./hack/kind-load-image.sh ${KIND_CLUSTER_NAME} ${BPFMAN_OPERATOR_IMG} ${BPFMAN_AGENT_IMG}
load-images-kind: ## Load bpfman, bpfman-agent, and bpfman-operator images into the running local kind devel cluster.
./hack/kind-load-image.sh ${KIND_CLUSTER_NAME} ${BPFMAN_OPERATOR_IMG} ${BPFMAN_AGENT_IMG} ${BPFMAN_IMG}

.PHONY: bundle-build
bundle-build: ## Build the bundle image.
Expand Down

0 comments on commit 6197396

Please sign in to comment.