replicatedhq / outdated

Kubectl plugin to find and report outdated images running in a Kubernetes cluster
https://outdated.sh
Apache License 2.0
424 stars 23 forks source link

Doesn't work on GKE clusters #4

Closed ahmetb closed 5 years ago

ahmetb commented 5 years ago

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 https://github.com/kubernetes-sigs/krew-index/pull/194).

divolgin commented 5 years ago

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