kt-connect icon indicating copy to clipboard operation
kt-connect copied to clipboard

A toolkit for Integrating with your kubernetes dev environment more efficiently

Results 109 kt-connect issues
Sort by recently updated
recently updated
newest added

本地电脑有不同的IP地址,如果要指定--includeIps参数,那么如何确定这个IP值呢 ![image](https://github.com/alibaba/kt-connect/assets/28728567/f55a17f9-fef0-4b7e-a983-9d75f00b8094) **Environment (please complete the following information):** - OS: [e.g. Windows 11] - Kubernetes [e.g. 1.10.1] - KT Version [e.g.0.3.7]

enhancement

**Describe the bug** 在使用http代理进行访问k8s集群的时候timeout **Log** **Environment (please complete the following information):** - Kubernetes [1.26.6] - KT Version [0.3.7] **Additional context** 使用kubectl就没有问题

enhancement

**Describe the bug** 前端post时出现413问题:(ingress 已设置过nginx.ingress.kubernetes.io/proxy-body-size: "0") 在没有使用ktctl mesh命令时,前端提交大于1M的数据,成功。 一旦使用ktctl mesh命令连节成功后,前端提交大于1M的数据,会出现413的错误。 这时候关掉mesh,重新提交还是413,需要删除svc,并重启这个svc,提交大于1M的数据时才会成功。 请问有人遇到过吗。 **Log** please add -d to debug log **Environment (please complete the following information):** - Kubernetes 1.28.2 - KT...

enhancement

**Describe the bug** sudo ktctl config save-profile 123 11:22PM ERR Exit: invalid profile name, must only contains letter, number, underline, hyphen or do **Environment (please complete the following information):** -...

enhancement

**Describe the bug** 开发电脑开启ktconnect之后,不能正常访问redis,mysql等服务,关闭之后可以访问,不知道是哪里有问题,请教一下怎么处理 **Log** `10:00AM DBG Background task log to C:\Users\px\AppData\Local\Temp\kt-433138961 10:00AM INF Using cluster context k8s-198 (k8s-198) 10:00AM INF KtConnect 0.3.7 start at 18648 (windows amd64) 10:00AM DBG...

enhancement

springcloud开发中,对于服务间访问如何讲流量转发到本地项目上?毕竟服务间的访问并没有通过svc,而是直接在注册中心中获取的各个Pod的地址,然后进行负载均衡调用的请求,像这样的请求如何讲流浪转发到本地项目中呢?

**Describe the bug** 通过ktconnect连接到集群后,无法访问外部网络。 有以下日志输出 7:21PM WRN Failed to lookup default.exp-tas.com. (1) in dns (127.0.0.1:20951) error="read tcp 127.0.0.1:44912->127.0.0.1:20951: i/o timeout" [60/314] 7:21PM WRN Failed to lookup default.exp-tas.com. (1) in dns...

enhancement