Skip to content

Commit c5b7aba

Browse files
authored
Removed unused images when starting KinD (#681)
1 parent c537043 commit c5b7aba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,9 +1697,6 @@ kind-load: kind-load-operator kind-load-coherence ## Load all images into the K
16971697
kind load docker-image --name $(KIND_CLUSTER) $(TEST_APPLICATION_IMAGE_SPRING) || true
16981698
kind load docker-image --name $(KIND_CLUSTER) $(TEST_APPLICATION_IMAGE_SPRING_FAT) || true
16991699
kind load docker-image --name $(KIND_CLUSTER) $(TEST_APPLICATION_IMAGE_SPRING_CNBP) || true
1700-
kind load docker-image --name $(KIND_CLUSTER) gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0 || true
1701-
kind load docker-image --name $(KIND_CLUSTER) docker.elastic.co/elasticsearch/elasticsearch:$(ELASTIC_VERSION) || true
1702-
kind load docker-image --name $(KIND_CLUSTER) docker.elastic.co/kibana/kibana:$(ELASTIC_VERSION) || true
17031700

17041701
.PHONY: kind-load-coherence
17051702
kind-load-coherence: ## Load the Coherence image into the KinD cluster

0 commit comments

Comments
 (0)