-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
关于在桥接模式中SSH隧道无法链接的问题 #1362
Comments
谢谢,果然解决了。 |
解决+1,感谢大佬 |
已添加 FAQ 说明: |
helm部署到k8s的话需要改:
|
helm部署可以参考如下 values.yml 内容,添加 configmap 并绑定 volume
|
@bwcxyk 谢谢你的说明,有空可以提一个pr,判断一下环境变量是否存在,如果存在的话就使用这个值,不存在就fallback 到 localhost |
好的,理解你的想法,但我觉得能覆盖k8s的场景,只要保证原功能不变就可以提pr,一直欢迎你的pr |
我提交了一个PR 合并受阻,我修改了上面的回复,有需要还是参考上面的 values.yml |
目前遇到的问题/使用障碍
使用版本是1.8.1。
因为archery部署在云下,生产服务器在云上不直接开放数据库端口,需要通过前置机连接,发现一直报connection refused,goinception中有日志,archery中没有日志,经查询 #951 ,发现需要修改docker网络模式,后经过排查代码发现,/sql/utils/ssh_tunnel.py 中存在如下代码
尝试将127.0.0.1修改为archery,连接成功
希望如何解决/实现它
希望可以修改为,例如动态配置的方式,在项目部署前期就可以识别到,其次可以添加的项目文档中,作为docker部署目录下要注意的一点,减少使用者构建成本。
其他信息
如果有其他类似的产品功能或者图片信息,可在此提交
The text was updated successfully, but these errors were encountered: