Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is gsutil package required to run kubetest2? #239

Closed
pbxqdown opened this issue Aug 16, 2023 · 2 comments · Fixed by #251
Closed

Is gsutil package required to run kubetest2? #239

pbxqdown opened this issue Aug 16, 2023 · 2 comments · Fixed by #251

Comments

@pbxqdown
Copy link

I'm running with kind deployer on my local machine(KUBE_GIT_VERSION=v1.27.0 kubetest2 kind --up --test=ginkgo -- --focus-regex='\[Conformance\]') but get following error:

Set kubectl context to "kind-kind"
You can now use your cluster with:

kubectl cluster-info --context kind-kind

Have a question, bug, or feature request? Let us know! https://kind.sigs.k8s.io/#community 🙂
I0816 00:09:13.279804   12136 ginkgo.go:139] Using kubeconfig at /home/qian/.kube/config
F0816 00:09:13.280042   12136 ginkgo.go:255] failed to run ginkgo tester: failed to get ginkgo test package from published releases: failed to get latest release name: exec: "gsutil": executable file not found in $PATH
Error: exit status 255

Since kind is used for testing, I think kubetest2 shouldn't depend on any cloud-provider?

@dims
Copy link
Member

dims commented Sep 26, 2023

@pbxqdown if you have kubectl in path, it will not try to get a fresh one from our published artifacts

@pbxqdown
Copy link
Author

@dims thanks, is there a way to resolve the issue or doc to follow the process? In a k8s developer's environment kubectl is usually included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants