Skip to content

Commit

Permalink
Removed unused images when starting KinD (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman authored Dec 4, 2024
1 parent c537043 commit c5b7aba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1697,9 +1697,6 @@ kind-load: kind-load-operator kind-load-coherence ## Load all images into the K
kind load docker-image --name $(KIND_CLUSTER) $(TEST_APPLICATION_IMAGE_SPRING) || true
kind load docker-image --name $(KIND_CLUSTER) $(TEST_APPLICATION_IMAGE_SPRING_FAT) || true
kind load docker-image --name $(KIND_CLUSTER) $(TEST_APPLICATION_IMAGE_SPRING_CNBP) || true
kind load docker-image --name $(KIND_CLUSTER) gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0 || true
kind load docker-image --name $(KIND_CLUSTER) docker.elastic.co/elasticsearch/elasticsearch:$(ELASTIC_VERSION) || true
kind load docker-image --name $(KIND_CLUSTER) docker.elastic.co/kibana/kibana:$(ELASTIC_VERSION) || true

.PHONY: kind-load-coherence
kind-load-coherence: ## Load the Coherence image into the KinD cluster
Expand Down

0 comments on commit c5b7aba

Please sign in to comment.