You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by "HYBG-1126 (via GitHub)" <gi...@apache.org> on 2023/02/13 08:01:20 UTC

[GitHub] [inlong] HYBG-1126 opened a new issue, #7362: [Bug]使用helm部署inlong服务到内网环境的kubernetes集群

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: dev-unsubscribe@inlong.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang commented on issue #7362: [Bug]使用helm部署inlong服务到内网环境的kubernetes集群

Posted by "dockerzhang (via GitHub)" <gi...@apache.org>.
dockerzhang commented on issue #7362:
URL: https://github.com/apache/inlong/issues/7362#issuecomment-1427505779

   @HYBG-1126 please add the version for the k8s cluster.


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang closed issue #7362: [Bug]使用helm部署inlong服务到内网环境的kubernetes集群

Posted by "dockerzhang (via GitHub)" <gi...@apache.org>.
dockerzhang closed issue #7362: [Bug]使用helm部署inlong服务到内网环境的kubernetes集群
URL: https://github.com/apache/inlong/issues/7362


-- 
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: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] HYBG-1126 commented on issue #7362: [Bug]使用helm部署inlong服务到内网环境的kubernetes集群

Posted by "HYBG-1126 (via GitHub)" <gi...@apache.org>.
HYBG-1126 commented on issue #7362:
URL: https://github.com/apache/inlong/issues/7362#issuecomment-1429294249

   > @HYBG-1126 please add the version for the k8s cluster.
   
   已添加


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang commented on issue #7362: [Bug]使用helm部署inlong服务到内网环境的kubernetes集群

Posted by "dockerzhang (via GitHub)" <gi...@apache.org>.
dockerzhang commented on issue #7362:
URL: https://github.com/apache/inlong/issues/7362#issuecomment-1445622457

   I tried the latest helm chart, but it could not reproduce this error, so close it.


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org