File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments