You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application is depending upon github.com/GoogleCloudPlatform/container-engine-accelerators/pkg/gpu/nvidia/metrics, and k8s.io/kubernetes is in its indirect dependencies. Because of it, go build command fails with the following messages.
go build
go: finding module for package github.com/GoogleCloudPlatform/container-engine-accelerators/pkg/gpu/nvidia/metrics
go: found github.com/GoogleCloudPlatform/container-engine-accelerators/pkg/gpu/nvidia/metrics in github.com/GoogleCloudPlatform/container-engine-accelerators v0.0.0-20201215190136-13a0dea71c2e
go: github.com/GoogleCloudPlatform/[email protected] requires
k8s.io/[email protected] requires
k8s.io/[email protected]: reading k8s.io/api/go.mod at revision v0.0.0: unknown revision v0.0.0
The issue is already reported here (kubernetes/kubernetes#90358) but hopefully someone can conduct the workaround introduced in the issue thread.
The text was updated successfully, but these errors were encountered:
I know that work around and what I'm asking is someone in this repo to do it, because k8s.io/kubernetes is not supposed to be depended by external packages but for ones under k8s.io.
My application is depending upon
github.com/GoogleCloudPlatform/container-engine-accelerators/pkg/gpu/nvidia/metrics
, andk8s.io/kubernetes
is in its indirect dependencies. Because of it,go build
command fails with the following messages.The issue is already reported here (kubernetes/kubernetes#90358) but hopefully someone can conduct the workaround introduced in the issue thread.
The text was updated successfully, but these errors were encountered: