cockroachdb / k8s

Images and utilities to run cockroach on kubernetes
Apache License 2.0
26 stars 25 forks source link

References to k8s.io dependancies are out of date #6

Closed caseyh closed 6 years ago

caseyh commented 6 years ago

When trying to go get request-cert the k8s dependencies aren't get-able due to their recent change in repo structure. There may be other better k8s issues to reference but https://github.com/kubernetes/kubernetes/issues/24343 seems to be a main thread.

go get github.com/cockroachdb/k8s/request-cert
package k8s.io/client-go/pkg/api/v1: cannot find package "k8s.io/client-go/pkg/api/v1" in any of:
    /usr/local/go/src/k8s.io/client-go/pkg/api/v1 (from $GOROOT)
    $GOPATH/src/k8s.io/client-go/pkg/api/v1 (from $GOPATH)
package k8s.io/client-go/pkg/apis/certificates/v1beta1: cannot find package "k8s.io/client-go/pkg/apis/certificates/v1beta1" in any of:
    /usr/local/go/src/k8s.io/client-go/pkg/apis/certificates/v1beta1 (from $GOROOT)
    $GOPATH/src/k8s.io/client-go/pkg/apis/certificates/v1beta1 (from $GOPATH)