-
Notifications
You must be signed in to change notification settings - Fork 4k
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
cannot find module providing package k8s.io/autoscaler/cluster-autoscaler/apis/provisioningrequest/autoscaling.x-k8s.io/v1beta1: import lookup disabled by -mod=vendor #6664
Comments
ACK |
@azylinski I could not reproduce it on my local. autoscaler/cluster-autoscaler/go.mod Line 267 in 7184d23
@x13n @kisieland Have you seen this error on your local? |
Thanks @tenzen-y for checking. I just checked myself on HEAD and got the same error as @azylinski
|
@x13n Thank you for checking it. After I cloned this repository again, I could reproduce it. |
Which component are you using?:
cluster-autoscaler
What version of the component are you using?:
latest / master
What environment is this in?:
docker
What did you expect to happen?:
make test-in-docker
<-- should PASSWhat happened instead?:
Anything else we need to know?:
This bug was most likely introduced in: #6315
I suspect some replace directive is missing in go.mod
/assign @tenzen-y
/cc @x13n
The text was updated successfully, but these errors were encountered: