Open sp3c1k opened 3 years ago
You can also change the makefile, replace kubectl to minikube kubectl -- .But you're right about it
if anyone is wondering, at least for 0.15.0, change line 82 to this $(KUSTOMIZE) build config/default | minikube kubectl -- apply -f - as Davidffry said, this change makes it work.
But this should work with the alias only - but it doesnt. Any fix in sight?
Hello,
after the change of the deployment method, it may be worth mentioning in the Readme - Basic Install section, that using an alias
alias kubectl="minikube kubectl --"
is not enough, as it will not get you through the deployment...Making a bash script in /usr/local/bin/ named
kubectl
like this solved the problem.