File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=4
20
20
21
21
# Kind configuration
22
22
ifeq ($(ARCH ) ,ppc64le)
23
- KIND_IMAGE := quay.io/powercloud/kind-node:v1.33.1
23
+ KIND_IMAGE := quay.io/powercloud/kind-node:v1.33.1
24
24
else
25
- KIND_IMAGE := docker.io/kindest/node:latest
25
+ KIND_IMAGE := docker.io/kindest/node:v1.33.1
26
26
endif
27
27
28
28
KIND_CLUSTER_NAME: ="power-dra-driver-cluster"
@@ -39,10 +39,10 @@ CONTROLLER_GEN := $(shell which controller-gen 2>/dev/null || echo "$$(go env GO
39
39
40
40
.PHONY : controller-gen
41
41
controller-gen :
42
- @if [ ! -x "$(CONTROLLER_GEN)" ]; then \
43
- echo "Installing controller-gen..."; \
44
- go install sigs.k8s.io/controller-tools/cmd/
[email protected] ; \
45
- fi
42
+ @if [ ! -x " $( CONTROLLER_GEN) " ]; then \
43
+ echo " Installing controller-gen..." ; \
44
+ go install sigs.k8s.io/controller-tools/cmd/
[email protected] ; \
45
+ fi
46
46
47
47
.PHONY : generate
48
48
generate : controller-gen
You can’t perform that action at this time.
0 commit comments