We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 this a BUG REPORT or FEATURE REQUEST?: I follow the steps for installing.
What happened: Before makefile, it request me to run go mod init and go mod vendor. However, shows the error below
go: github.com/kubernetes-sigs/[email protected] requires k8s.io/[email protected]: reading k8s.io/api/go.mod at revision v0.0.0: unknown revision v0.0.0
What you expected to happen: Installation success
How to reproduce it (as minimally and precisely as possible): Just follow the steps above.
Anything else we need to know?: I tried to solve this problem for many ways, but failed
Environment:
kubectl version
uname -a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a BUG REPORT or FEATURE REQUEST?:
I follow the steps for installing.
git clone [email protected]:libopenstorage/stork.git
export DOCKER_HUB_REPO=myrepo
export DOCKER_HUB_STORK_IMAGE=stork
export DOCKER_HUB_STORK_TAG=latest
go mod init
go mod vendor
make
What happened:
Before makefile, it request me to run go mod init and go mod vendor.
However, shows the error below
go: github.com/kubernetes-sigs/[email protected] requires
k8s.io/[email protected]: reading k8s.io/api/go.mod at revision v0.0.0: unknown revision v0.0.0
What you expected to happen:
Installation success
How to reproduce it (as minimally and precisely as possible):
Just follow the steps above.
Anything else we need to know?:
I tried to solve this problem for many ways, but failed
Environment:
kubectl version
): Major:"1", Minor:"20", GitVersion:"v1.20.1"uname -a
): LinuxThe text was updated successfully, but these errors were encountered: