no matches for kind “Deployment” in version “apps/v1”
问题 I have minikube v0.26.0 version and kubectl v1.10.1 version and localKube v1.8.0 i get the following error when i try to deploy the kubeless ui $ kubectl create -f https://raw.githubusercontent.com/kubeless/kubeless-ui/master/k8s.yaml ERROR: unable to recognize "https://raw.githubusercontent.com/kubeless/kubeless-ui/master/k8s.yaml": no matches for kind "Deployment" in version "apps/v1" 回答1: after a long R & D minikube start --logtostderr --v=0 --bootstrapper=localkube --vm-driver virtualbox