You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
1 - Follow the instructions from the README on a Ubuntu 18 VM running on OpenSUSE
2 - After running the job faas.hcl check that there is nothing on port 8080. You can't access through the browser nor with curl or ping.
3 - check with sudo docker ps that there is no container mapped to port 8080
4 - check that the port 8080 is not being used by any other process or service with sudo lsof -i -P -n | grep LISTEN
5 - check on Consul UI that Gateway is not listed and everything is Healthy. Also, it sometimes appears and disapears (WHY?)
6 - check the stderr logs for the gateway task are complaining only about nats not available, when it is available:
What happens?
The faas.hcl is not throwing any errors and the container does not start on port 8080
What were you expecting to happen?
The Open faas gateway should be running on port 8080. So I could deploy my function or access the UI.
Obs: On Consul UI I was seeing Gateway service appearing and disapearing. Why?
Additional Information
Ubuntu, Docker, Nomad and Consult versions:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What are the steps to reproduce this issue?
1 - Follow the instructions from the README on a Ubuntu 18 VM running on OpenSUSE
![image](https://user-images.githubusercontent.com/55927613/95883719-29494580-0d73-11eb-9989-df9b9a2deef6.png)
2 - After running the job faas.hcl check that there is nothing on port 8080. You can't access through the browser nor with curl or ping.
3 - check with
sudo docker ps
that there is no container mapped to port 80804 - check that the port 8080 is not being used by any other process or service with
![image](https://user-images.githubusercontent.com/55927613/95883675-1f274700-0d73-11eb-8826-3bb72ed29dc2.png)
sudo lsof -i -P -n | grep LISTEN
5 - check on Consul UI that Gateway is not listed and everything is Healthy. Also, it sometimes appears and disapears (WHY?)
6 - check the stderr logs for the gateway task are complaining only about nats not available, when it is available:
What happens?
The faas.hcl is not throwing any errors and the container does not start on port 8080
What were you expecting to happen?
The Open faas gateway should be running on port 8080. So I could deploy my function or access the UI.
Obs: On Consul UI I was seeing Gateway service appearing and disapearing. Why?
Additional Information
Ubuntu, Docker, Nomad and Consult versions:
![image](https://user-images.githubusercontent.com/55927613/95885123-ceb0e900-0d74-11eb-8aa3-7f102c2275e7.png)
The text was updated successfully, but these errors were encountered: