Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openkruise/kruise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4f9bbfa7229d186705e3a5c1a4f7dcbdbdfea0f4
Choose a base ref
..
head repository: openkruise/kruise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10b0f9fd18d3bf59ac5655f10d4ccd0f1d681dfc
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Makefile
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -142,7 +142,7 @@ ENVTEST ?= $(TESTBIN)/setup-envtest
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
$(ENVTEST): $(TESTBIN)
ifeq (, $(shell ls $(TESTBIN)/setup-envtest 2>/dev/null))
GOBIN=$(TESTBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@leatest
GOBIN=$(TESTBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
endif

# create-cluster creates a kube cluster with kind.