If running locally, some out-of-cluster auth plugins might be required. For example if using kubelogin/oidc you will get {"error": "no Auth Provider found for name \"oidc\""}.
We should consider importing k8s.io/client-go/plugin/pkg/client/auth somewhere to register the plugins.
If running locally, some out-of-cluster auth plugins might be required. For example if using kubelogin/oidc you will get
{"error": "no Auth Provider found for name \"oidc\""}.We should consider importing
k8s.io/client-go/plugin/pkg/client/authsomewhere to register the plugins.