-
Notifications
You must be signed in to change notification settings - Fork 218
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
Solving failure: No versions of k8s.io/klog met constraints: #161
Comments
running into same issue, do we have a timeline when this will be fixed |
@AloofJr Thanks for reporting the bug! This occurs due to a bug in
In either case, the changes will need to be made in kubebuilder. I'll close this issue in favor of kubernetes-sigs/kubebuilder#1557. Let's continue the discussion there. 👍 /close |
@nikhita: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind bug
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
after
kubebuilder init --domain k8s.io
dep ensure -v
Solving failure: No versions of k8s.io/klog met constraints: v2.1.0: Could not introduce k8s.io/klog@v2.1.0, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) 2.1.0: Could not introduce k8s.io/klog@2.1.0, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) v2.0.0: Could not introduce k8s.io/klog@v2.0.0, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) v1.0.0: Could not introduce k8s.io/klog@v1.0.0, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) v0.4.0: Could not introduce k8s.io/klog@v0.4.0, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) v0.3.3: Could not introduce k8s.io/klog@v0.3.3, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) v0.3.2: Could not introduce k8s.io/klog@v0.3.2, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) v0.3.1: Could not introduce k8s.io/klog@v0.3.1, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) v0.3.0: Could not introduce k8s.io/klog@v0.3.0, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) v0.2.0: Could not introduce k8s.io/klog@v0.2.0, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) v0.1.0: Could not introduce k8s.io/klog@v0.1.0, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) v2.0.0-rc.1: Could not introduce k8s.io/klog@v2.0.0-rc.1, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) master: Could not introduce k8s.io/klog@master, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) dims-patch-1: Could not introduce k8s.io/klog@dims-patch-1, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) fix_typo: Could not introduce k8s.io/klog@fix_typo, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) flag_defaults: Could not introduce k8s.io/klog@flag_defaults, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.) release-1.x: Could not introduce k8s.io/klog@release-1.x, as its subpackage k8s.io/klog/v2 is missing. (Package is required by k8s.io/gengo@master.)
i find #138 it‘s a bug in klog/v2.0.0 ,but k8s.io/klog@v2.1.0 also has this problem
go version : go1.14.3 darwin/amd64 dep version: v0.5.4 kubebuilder version:v2.3.1
What did you expect to happen:
can use kubebuilder init --domain k8s.io
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered: