HYBG-1126 opened a new issue, #7362:
URL: https://github.com/apache/inlong/issues/7362
### What happened
安装环境不能链接网络,经过调整,大部分的服务在k8s集群成功运行,但是dashboard始终不成功,出现以下报错;
2023/02/09 11:01:55 [emerg] 7#7: socket() [::]:80 failed (97: Address
family not supported by protocol)
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by
protocol)
做过的努力:
1、修改nginx的default.conf配置,注释ipv6的80端口监听;
2、增加以下配置到/etc/sysctl.conf中
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
net.ipv6.conf.eth1.disable_ipv6 = 1
net.ipv6.conf.eth2.disable_ipv6 = 1
net.ipv6.conf.eth3.disable_ipv6 = 1
### What you expected to happen
猜测问题原因是k8s集群没有开启ipv6导致
### How to reproduce
我不认为这个问题可以简单重现
### Environment
inlong version:1.5.0
k8s环境,不能链接网络,没有开启ipv6
### InLong version
1.5.0
### InLong Component
InLong Dashboard
### Are you willing to submit PR?
- [ ] Yes, I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://www.apache.org/foundation/policies/conduct)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]