k8z icon indicating copy to clipboard operation
k8z copied to clipboard

k8s 业务工具集

Results 5 k8z issues
Sort by recently updated
recently updated
newest added

welcome to webterminal create debug poderror: Pod "debugger-nginx-deploy-78f85f8779-2cjsz-79m5g"is invalid:spec.ephemeralContainers:Forbidden can not be set on create 明显是因为不匹配新版k8s的原因,我用的是k8s 1.27

大佬,您好,有一个问题想请教您一下@clannadxr ,@m1666 LpzMi 我在windows 的goland 上用 go build 调试时,显示的日志是 ![image](https://github.com/gotomicro/k8z/assets/22266880/0e4d7638-58b2-4c3c-8635-fba875d378fd) 没有出现这个对话框 ![image](https://github.com/gotomicro/k8z/assets/22266880/5895d0dc-737a-4f39-ae87-08790e64bdcd) 请问是我编译的方式有问题嘛,还是说我需要加一些配置,才能达到那个对话框的效果?

当我成功连接到k8s集群之后,发送一个请求会出现下面错误: { "type": "stdout", "data": "exit\r\n", "cols": 0, "rows": 0 } 和 E0727 11:09:46.370144 29472 v2.go:104] write tcp xx.xx.xx:61184->xx.xx.xx.xx:443: use of closed network connection 自己的代码: ` conn, err := `websocket.Upgrade(c.Writer,`...

我不理解安装之后怎么连接k8s