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 93fa8b1 commit 6899613Copy full SHA for 6899613
hack/build-cluster-api.sh
@@ -36,8 +36,8 @@ sync_envtest() {
36
fi
37
38
39
- bucket="https://storage.googleapis.com/kubebuilder-tools"
40
- tar_file="kubebuilder-tools-${ENVTEST_K8S_VERSION}-${ENVTEST_ARCH}.tar.gz"
+ bucket="https://github.com/kubernetes-sigs/controller-tools/releases/download/envtest-v${ENVTEST_K8S_VERSION}"
+ tar_file="envtest-v${ENVTEST_K8S_VERSION}-${ENVTEST_ARCH}.tar.gz"
41
dst="${CLUSTER_API_BIN_DIR}/${tar_file}"
42
if ! [ -f "${CLUSTER_API_BIN_DIR}/${tar_file}" ]; then
43
echo "Downloading envtest binaries"
0 commit comments