4paradigm / 4paradigm/OpenMLDB
sbin init when ip binds public address in demo docker
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
sbin can't support deploy and start in onebox when ip is public address. It'll do ssh ip to deploy and start.(Need to install ssh and auth localhost, not necessary)
But if user wants to remote access the cluster in demo docker, we should support it.
Methods:
1. local in hosts config
2. an env variable to force deploy/start in local
Contributor guide
Research direction
Look at the sbin init script to understand the deployment and startup flow. The issue mentions handling public IP addresses for remote cluster access in demo Docker. Check how IP binding and SSH are currently managed. The solution involves modifying the script to support local deployment via hosts config or an environment variable, avoiding SSH requirements. Test the changes in a Docker environment to ensure remote access works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- cli, devops, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100