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

Install Error #778

Open
davidcheng0922 opened this issue Jan 19, 2021 · 0 comments
Open

Install Error #778

davidcheng0922 opened this issue Jan 19, 2021 · 0 comments

Comments

@davidcheng0922
Copy link

Is this a BUG REPORT or FEATURE REQUEST?:
I follow the steps for installing.

git clone git@github.com: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/aws-ebs-csi-driver@v0.4.1-0.20200204185526-db95482f8963 requires
k8s.io/api@v0.0.0: 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:

  • Kubernetes version (use kubectl version): Major:"1", Minor:"20", GitVersion:"v1.20.1"
  • Cloud provider or hardware configuration: minikube
  • OS (e.g. from /etc/os-release): Ubuntu
  • Kernel (e.g. uname -a): Linux
  • Install tools: go get
  • Others:
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

No branches or pull requests

1 participant