Should mention "use `0.0.0.0` to deploy on a local machine"
Open
Nobody has claimed this yet.
area/tiup
lifecycle/frozen
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 1.2k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 31
Description
File: /minimal-deployment-topology.md
I want to deploy a cluster on my local machine with tiup, and I guessed what should be put as the ip for the servers in the topology file.
I tried 127.0.0.1 but it failed with an error.
Because the machine has a public address, I used it but it is banned because of the firewall.
At last I used 0.0.0.0 which works. I think it would be better to tell the user 0.0.0.0 should be used to deploy on a local machine.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.