I try to install OpenFaaS on OpenShift.
What I do :
- I clone "https://github.com/openfaas/faas-netes"
- I build the dockerfile. (docker build .)
- I tag and push the image on my docker hub repository
In Openshift, I deploy this image and I create a route. But the route does not run... I try kubectl in pod terminal but command does not exist.
Any ideas?