• 安装部署
  • 安装4.0企业版,进入页面无反应是什么原因

创建部署问题时,请参考下面模板,你提供的信息越多,越容易及时获得解答。如果未按模板创建问题,管理员有权关闭问题。
确保帖子格式清晰易读,用 markdown code block 语法格式化代码块。
你只花一分钟创建的问题,不能指望别人花上半个小时给你解答。

操作系统信息
Centos7.9

Kubernetes版本信息

容器运行时
docker version / crictl version / nerdctl version 结果贴在下方

KubeSphere版本信息
4.0企业版

问题:

    zhouzhongjie

    30880 是 node port 吗,还是 LB 的端口,有没有什么特殊配置? ks-console 的页面不应该是 Chunked transfer encoding

    下面是正常的响应, 你检查看看

    ➜  ~ curl -Lv 172.31.73.84:30880
    *   Trying 172.31.73.84:30880...
    * Connected to 172.31.73.84 (172.31.73.84) port 30880 (#0)
    > GET / HTTP/1.1
    > Host: 172.31.73.84:30880
    > User-Agent: curl/7.87.0
    > Accept: */*
    > 
    * Mark bundle as not supporting multiuse
    < HTTP/1.1 302 Found
    < Vary: Accept-Encoding
    < Location: /login
    < Content-Type: text/html; charset=utf-8
    < Content-Length: 43
    < Date: Thu, 30 May 2024 08:32:43 GMT
    < Connection: keep-alive
    < Keep-Alive: timeout=5
    < 
    * Ignoring the response-body
    * Connection #0 to host 172.31.73.84 left intact
    * Issue another request to this URL: 'http://172.31.73.84:30880/login'
    * Found bundle for host: 0x600000b68ed0 [serially]
    * Can not multiplex, even if we wanted to
    * Re-using existing connection #0 with host 172.31.73.84
    > GET /login HTTP/1.1
    > Host: 172.31.73.84:30880
    > User-Agent: curl/7.87.0
    > Accept: */*
    > 
    * Mark bundle as not supporting multiuse
    < HTTP/1.1 200 OK
    < Vary: Accept-Encoding
    < Content-Type: text/html; charset=utf-8
    < Content-Length: 19258
    < Date: Thu, 30 May 2024 08:32:43 GMT
    < Connection: keep-alive
    < Keep-Alive: timeout=5
    < 
    
    <...>