File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -154,15 +154,7 @@ e2e-coverage:
154
154
155
155
.PHONY : kind-load
156
156
kind-load : $(KIND ) # EXHELP Loads the currently constructed image onto the cluster.
157
- ifeq ($(CONTAINER_RUNTIME ) ,podman)
158
- @echo "Using Podman"
159
- podman save $(IMG) -o $(IMG).tar
160
- $(KIND) load image-archive $(IMG).tar --name $(KIND_CLUSTER_NAME)
161
- rm $(IMG).tar
162
- else
163
- @echo "Using Docker"
164
- $(KIND) load docker-image $(IMG) --name $(KIND_CLUSTER_NAME)
165
- endif
157
+ $(CONTAINER_RUNTIME ) save $(IMG ) | $(KIND ) load image-archive /dev/stdin --name $(KIND_CLUSTER_NAME )
166
158
167
159
kind-deploy : export MANIFEST="./operator-controller.yaml"
168
160
kind-deploy : manifests $(KUSTOMIZE ) # EXHELP Install controller and dependencies onto the kind cluster.
You can’t perform that action at this time.
0 commit comments