We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello hello!
I'm unable to use kubectl warp to create a pod on a GKE cluster, here's the error I get:
kubectl warp
$ kubectl warp -i -t --image ubuntu demo -- /bin/bash Create the Pod No Auth Provider found for name "gcp"
Anything I can do to help here? (I installed via brew)
brew
The text was updated successfully, but these errors were encountered:
Appears to be caused from lack of GCP client support
diff --git a/main.go b/main.go index adfa801..8221214 100644 --- a/main.go +++ b/main.go @@ -18,6 +18,7 @@ import ( "time" "github.com/ernoaapa/kubectl-warp/cmd" + _ "k8s.io/client-go/plugin/pkg/client/auth/gcp" _ "k8s.io/client-go/plugin/pkg/client/auth/oidc" )
Sorry, something went wrong.
@cokeeffe Thanks for testing with GKE! Can you provide a pull request? I happily approve that.
Fixed by #3
No branches or pull requests
Hello hello!
I'm unable to use
kubectl warp
to create a pod on a GKE cluster, here's the error I get:Anything I can do to help here? (I installed via
brew
)The text was updated successfully, but these errors were encountered: