Skip to content

Commit

Permalink
fix: update kind-load target to ensure that works aligned with contro…
Browse files Browse the repository at this point in the history
…ller-operator (#462)

Standardizing this method simplifies workflows and makes the project more contributor-friendly
  • Loading branch information
camilamacedo86 authored Nov 18, 2024
1 parent e3c877c commit 55689e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ kind-cluster-cleanup: $(KIND) ## Delete the kind cluster

.PHONY: kind-load
kind-load: check-cluster $(KIND) ## Load the built images onto the local cluster
$(KIND) export kubeconfig --name $(KIND_CLUSTER_NAME)
$(KIND) load docker-image $(IMAGE) --name $(KIND_CLUSTER_NAME)
docker save $(IMAGE) | $(KIND) load image-archive /dev/stdin --name $(KIND_CLUSTER_NAME)

.PHONY: install
install: check-cluster build-container kind-load deploy wait ## Install local catalogd to an existing cluster
Expand Down

0 comments on commit 55689e8

Please sign in to comment.