We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After following tutorials on installing cf-for-k8s I get to the step to push my first app but it fails.
I get the following error: "error": "Connection refused - Connection refused - connect(2) for "127.0.0.1" port 8080 (127.0.0.1:8080)"
Can you help me to resolve the issue? I would like to know more about how I can troubleshoot this situation. Do you have any tips?
Tutorials: https://cf-for-k8s.io/docs/ https://www.devopsschool.com/blog/getting-started-with-cloud-foundry-for-kubernetes-using-cf-for-k8s-in-linuxubuntu/
Details: The netstat command is not showing any connections on port 8080.
Command: $ cf push test-app -v
Terminal output: See attachments Output push test-app.pdf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After following tutorials on installing cf-for-k8s I get to the step to push my first app but it fails.
I get the following error:
"error": "Connection refused - Connection refused - connect(2) for "127.0.0.1" port 8080 (127.0.0.1:8080)"
Can you help me to resolve the issue?
I would like to know more about how I can troubleshoot this situation.
Do you have any tips?
Tutorials:
https://cf-for-k8s.io/docs/
https://www.devopsschool.com/blog/getting-started-with-cloud-foundry-for-kubernetes-using-cf-for-k8s-in-linuxubuntu/
Details:
The netstat command is not showing any connections on port 8080.
Command:
$ cf push test-app -v
Terminal output:
See attachments
Output push test-app.pdf
The text was updated successfully, but these errors were encountered: