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

Go module path mismatches cause errors #12

Open
tj opened this issue Apr 3, 2020 · 0 comments
Open

Go module path mismatches cause errors #12

tj opened this issue Apr 3, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@tj
Copy link
Owner

tj commented Apr 3, 2020

Someone tried to install k8s, but it leads to this error:

exit status 1: go: github.com/kubernetes/[email protected]: parsing go.mod:
module declares its path as: k8s.io/kubectl but was required as:
github.com/kubernetes/kubectl

We can't really support vanity urls until the Go proxy is used for resolving, as suggested on Twitter.

K8s is large enough that it would probably time-out the server anyway, but this may come up again.

@tj tj added the bug Something isn't working label Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant