KubePi icon indicating copy to clipboard operation
KubePi copied to clipboard

🚀 现代化、开源的 K8s 面板,1Panel 官方出品。

Results 93 KubePi issues
Sort by recently updated
recently updated
newest added

fixed:已安装应用分页页数改变无效的bug

do-not-merge/release-note-label-needed

fixed:helm release导出时文件名过长截断问题

do-not-merge/release-note-label-needed

**KubePi 版本** v1.7.0 **Kubernetes 版本** v1.23.17 **Bug 描述** 在 工作负载-pod-文件浏览器里面点击文件无法查看下载,报错“invalid character '-' in numeric literal” 然后点击文件下载,下载后的tar包提示文件损坏,但是有部分文件又可以正常下载使用。 **Bug 重现步骤(有截图更好)** ![image](https://github.com/1Panel-dev/KubePi/assets/16241230/4b4fd473-7ff9-4419-b6dd-c396e0eb9a6d) ![image](https://github.com/1Panel-dev/KubePi/assets/16241230/d9fc0504-21c3-4b34-9e3a-4e9e44e68cd8)

**KubePi 版本** master主线 **Kubernetes 版本** 1.29.3 **Bug 描述** 在macos上运行,无法启动终端 **Bug 重现步骤(有截图更好)** ![image](https://github.com/1Panel-dev/KubePi/assets/26641000/9831e901-d869-45ae-8e6d-d25f0821945f) ![image](https://github.com/1Panel-dev/KubePi/assets/26641000/96aafbda-07c6-453f-9f01-a3123ace1e02)

Kubepi在Kubernetes中使用Deployment进行部署,并开启了多个副本,其中只有一个副本可以运行成功,其他均运行失败,报错内容如下,请问如何解决: goroutine 1 [running]: github.com/KubeOperator/kubepi/internal/server.(*KubePiServer).setUpDB(0xc001d54940) github.com/KubeOperator/kubepi/internal/server/server.go:121 +0x11f github.com/KubeOperator/kubepi/internal/server.(*KubePiServer).bootstrap(0xc001d54940) github.com/KubeOperator/kubepi/internal/server/server.go:294 +0x45 github.com/KubeOperator/kubepi/internal/server.NewKubePiSerer({0xc001a5fd18, 0x3, 0x0?}) github.com/KubeOperator/kubepi/internal/server/server.go:89 +0x1be github.com/KubeOperator/kubepi/internal/server.Listen(0x4e0ce70, {0xc001a5fd18?, 0x0?, 0x0?}) github.com/KubeOperator/kubepi/internal/server/server.go:320 +0x30 main.glob..func1(0x7e890e0?, {0x258d3f5?, 0x0?, 0x0?}) ./main.go:68 +0x1c5 github.com/spf13/cobra.(*Command).execute(0x7e890e0, {0xc00011e200, 0x0,...

**请描述您的问题.** 配置了OIDC单点登录,用户登录的时候报错: ![1724400461221](https://github.com/user-attachments/assets/e4fdd089-cfc0-47e3-b90c-0031ae897acd) 使用管理员登录进Kubepi发现用户已经创建,但没有名称和昵称,如下图所示: ![image](https://github.com/user-attachments/assets/339afd37-647a-4807-8559-e4ce5d0b5fd2) 不知道是否是因为用户字段不完整的原因,如果是的话,名称和昵称对应的字段是什么,是否可以配置自定义mapping?

**请描述您的问题.** 我在配置saml2认证的时候报错: ![091104dbd1518fb9c1ffd658e0258b8](https://github.com/user-attachments/assets/6b7428c8-4cd2-439f-9691-0aa22b9a4dfa) 使用docker logs查看容器的日志,也看不到任何日志。生成证书也是参考的官方文档。

fixed:修改ingress时defaultBackend没有填写时保存错误 fixed:ingress编辑页面tls证书位置点击添加hosts无效

do-not-merge/release-note-label-needed

新增功能:增加负载,service,ingress的yaml全文搜索功能 fixed: pod指标监控:修改找不到元素的脚本错误 fixed: ingress关系图:service中selector没填导致匹配全部pod的bug

do-not-merge/release-note-label-needed

**请描述您的问题.** 使用 nginx 反向代理了 kubepi 后,Terminal 没任何反应。需要改怎么去设置这个ws请求的代理呢? 目前我关于rootws的请求配置是这样的: ``` upstream kubepi { server 10.1.0.1:9980; } map $http_upgrade $connection_upgrade { default upgrade; '' close; } server{ ... location /kubepi/webkubectl/rootws { proxy_http_version...