4paradigm / 4paradigm/OpenMLDB
sbin init when ip binds public address in demo docker
- 主要语言
- C++
- 星标
- 1.7k
- 派生
- 331
- 平均合并
- 12 天 12 小时
- 30 天内合并 PR
- 1
描述
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
贡献指南
调研方向
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.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- docker, shell
- 领域
- cli, devops, tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100