evanlucas / fish-kubectl-completions

kubectl completions for fish shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

notque opened this issue · 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?

what does kubectl version print out?

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