dockerminikubekubeless

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"


Solution

  • after a long R & D

    minikube start --logtostderr --v=0 --bootstrapper=localkube --vm-driver virtualbox  
    

    now it downloaded the latest localkube version, and this solved my problem.