I am attempting to deploy an open-faas function from the cli. The command I am using is below.
sudo /usr/local/bin/faas-cli deploy -f my-template.yml
This gives an error of
Is OpenFaaS deployed? Do you need to specify the --gateway flag? Put http://127.0.0.1:8080/system/functions: dial tcp 127.0.0.1:8080: connect: connection refused
Function 'my-template' failed to deploy with status code: 500
I am thinking the Open-faas service might not be running, but I can't figure out how to turn it on. Can anyone provide some insight?
Thanks