Skip to content

Commit d33dd41

Browse files
committed
f
1 parent 0fccade commit d33dd41

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,11 @@ kind-down:
119119
|| echo "kind cluster does not exist"
120120

121121
.PHONY: kind-load-images
122-
kind-load-images: pull-infra-images
122+
kind-load-images: pull-infra-images kind-load-ingress-image
123123
@kind load docker-image hkccr.ccs.tencentyun.com/api7-dev/api7-ee-3-gateway:dev --name $(KIND_NAME)
124124
@kind load docker-image hkccr.ccs.tencentyun.com/api7-dev/api7-ee-dp-manager:$(DASHBOARD_VERSION) --name $(KIND_NAME)
125125
@kind load docker-image hkccr.ccs.tencentyun.com/api7-dev/api7-ee-3-integrated:$(DASHBOARD_VERSION) --name $(KIND_NAME)
126126
@kind load docker-image kennethreitz/httpbin:latest --name $(KIND_NAME)
127-
@kind load docker-image $(IMG) --name $(KIND_NAME)
128127
@kind load docker-image jmalloc/echo-server:latest --name $(KIND_NAME)
129128

130129
.PHONY: kind-load-ingress-image
@@ -139,11 +138,6 @@ pull-infra-images:
139138
@docker pull kennethreitz/httpbin:latest
140139
@docker pull jmalloc/echo-server:latest
141140

142-
143-
.PHONY: kind-load-image
144-
kind-load-image:
145-
@kind load docker-image $(IMG) --name $(KIND_NAME)
146-
147141
##@ Build
148142

149143
.PHONY: build

0 commit comments

Comments
 (0)