replicatedhq/outdated

Doesn't work on GKE clusters

ahmetb opened this issue · 1 comments

failed to create clientset: No Auth Provider found for name "gcp"

You need to do

import _ "k8s.io/client-go/plugin/pkg/client/auth/gcp"

Ditto for others in https://godoc.org/k8s.io/client-go/plugin/pkg/client/auth.

(context: I was testing this for kubernetes-sigs/krew-index#194).

@ahmetb thanks for the report and the code. this has been resolved.