fish-kubectl-completions icon indicating copy to clipboard operation
fish-kubectl-completions copied to clipboard

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

Open notque opened this issue 6 years ago • 2 comments

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?

notque avatar Jan 23 '19 21:01 notque

what does kubectl version print out?

evanlucas avatar Jan 24 '19 12:01 evanlucas

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

nvowell avatar Mar 02 '19 09:03 nvowell