Closed prateekgogia closed 4 years ago
Also, not sure if this is the expected behavior: 192.168.56.102 is the VMs IP
root@ubuntu:# export IP=192.168.56.102
root@ubuntu:# export OPENFAAS_URL=http://$IP:8080
root@ubuntu:# cat /var/lib/faasd/secrets/basic-auth-password | faas-cli login -s
Calling the OpenFaaS server to validate the credentials...
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
Server returned unexpected status code: 404 - 404 page not found
root@ubuntu:# export IP=localhost
root@ubuntu:# export OPENFAAS_URL=http://$IP:8080
root@ubuntu:# cat /var/lib/faasd/secrets/basic-auth-password | faas-cli login -s
Calling the OpenFaaS server to validate the credentials...
WARNING! Communication is not secure, please consider using HTTPS. Letsencrypt.org offers free SSL/TLS certificates.
credentials saved for admin http://localhost:8080
root@ubuntu:/media/sf_workspace/golang/src/github.com/alexellis/faasd#
Please feel free to ask questions on Slack for technical support. #openfaas or #contributors will make a good fit.
I just started playing with faasd, and was able to install faasd. However, can't access the Prometheus gateway or perform any other operation inside the VM. Is there a way to be to access the private IPs from outside the VM. Like Docker allows port-mapping, is there anything similar available?
Expected Behaviour
Trying to figure out if there is a way to be able to access private IPs from outside the Ubuntu VM on Mac.
Current Behaviour
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
OS and architecture: Mac OSX, Installed faasd in Ubuntu 18.04
Versions: