diff --git a/hack/ensure-kubectl.sh b/hack/ensure-kubectl.sh index 4fcb638e..9c336be4 100755 --- a/hack/ensure-kubectl.sh +++ b/hack/ensure-kubectl.sh @@ -66,8 +66,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