We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babcf06 commit d71f0b7Copy full SHA for d71f0b7
Makefile
@@ -95,7 +95,7 @@ managers:
95
manager-cloudstack-infrastructure: ## Build manager binary.
96
CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} go build -ldflags "${LDFLAGS} -extldflags '-static'" -o $(BIN_DIR)/manager .
97
98
-export K8S_VERSION=1.19.2
+export K8S_VERSION=1.25.0
99
$(KUBECTL) $(API_SERVER) $(ETCD) &:
100
cd $(TOOLS_DIR) && curl --silent -L "https://go.kubebuilder.io/test-tools/${K8S_VERSION}/$(shell go env GOOS)/$(shell go env GOARCH)" --output - | \
101
tar -C ./ --strip-components=1 -zvxf -
0 commit comments