evanlucas / fish-kubectl-completions

kubectl completions for fish shell
MIT License
576 stars 42 forks source link

The server doesn't have a resource type "crd" #18

Open notque opened 5 years ago

notque commented 5 years ago

Full error when attempting,

kubectl get E0123 14:20:04.427250 31893 round_trippers.go:169] CancelRequest not implemented 0 ↵ error: the server doesn't have a resource type "crd" error: the server doesn't have a resource type "crd" E0123 14:20:20.285515 31897 round_trippers.go:169] CancelRequest not implemented error: the server doesn't have a resource type "crd"

It takes a long time to get to that point. Is there anyway for it to end faster provided you don't have the listed resource type?

evanlucas commented 5 years ago

what does kubectl version print out?

nvowell commented 5 years ago

I had this same issue. It turns out minikube wasn't running, so minikube start fixed it for me.