From df2cd60620281998a3e66807fa2f1f4926723060 Mon Sep 17 00:00:00 2001 From: Alexandr Demicev Date: Tue, 26 Nov 2024 16:05:15 +0100 Subject: [PATCH] Use upstream krew-index for crust-gather Signed-off-by: Alexandr Demicev --- hack/ensure-kubectl.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hack/ensure-kubectl.sh b/hack/ensure-kubectl.sh index e0b13943..acd67cc4 100755 --- a/hack/ensure-kubectl.sh +++ b/hack/ensure-kubectl.sh @@ -71,8 +71,7 @@ install_plugins() { tar zxvf "${KREW}.tar.gz" && ./"${KREW}" install krew ) - kubectl krew index add crust-gather https://github.com/crust-gather/crust-gather.git || true - kubectl krew install crust-gather/crust-gather + kubectl krew install crust-gather } verify_kubectl_version