Skip to content

Commit

Permalink
Revert automatic BPFMAN image loading into kind cluster
Browse files Browse the repository at this point in the history
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
frobware committed Aug 27, 2024
1 parent 8650f28 commit 3fe1275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ push-images: ## Push bpfman-agent and bpfman-operator images.

.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}
./hack/kind-load-image.sh ${KIND_CLUSTER_NAME} ${BPFMAN_OPERATOR_IMG}

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

0 comments on commit 3fe1275

Please sign in to comment.