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

当设定dnsMode的为多个命名空间时,只会添加dns记录,但不会自动为非Shadow Pod所在Namespace的其他Namespace添加service和pod的route规则,会导致无法在本地访问其他命名空间服务。 需要手动增加路由规则,是否可以在setupTunRoute中增加其他命名空间的路由规则解析并添加?

win7建立vpn失败,无法创建本地虚拟网卡 kt版本0.3.6 ![图片](https://user-images.githubusercontent.com/42364672/178448186-2715080c-6f78-45c5-9c5a-8bda2b8d03e7.png)

enhancement

需求: 在使用共享模式的情况下,kt-connect-shadow-daemon是在ktctl 的时候创建,开发人员在本地结束了进程,kt-connect-shadow-daemon也会关闭,导致其他人连接失败。 解决方法: kt-connect-shadow-daemon在k8s 里面使用deployment 模式管理,开发人员不必关心,本地关闭进程,是否会影响其他人连接

使用 mesh 命令,调用了一个特别耗时的接口(>1min)出现超时情况。 可以手动配置这个超时时间吗?

**Describe the bug** 系统是macOS,使用docker desktop自带的K8S,一段时间后会报错: Heartbeat port forward 45987 ticked failed error="dial tcp :45987: socket: too many open files" 然后就无法正常连接到pod,重启ktctl无法解决问题,必须要重启k8s。 已经按照[Q:在MacOS/Linux下遇到too many open files报错 ?](https://alibaba.github.io/kt-connect/#/zh-cn/reference/faq?id=q%ef%bc%9a%e5%9c%a8macoslinux%e4%b8%8b%e9%81%87%e5%88%b0too-many-open-files%e6%8a%a5%e9%94%99-%ef%bc%9f)的指示,使用launchctl提升了系统文件句柄数上限,还是解决不了问题。 ``` ➜ ~ launchctl limit...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Describe the bug** windows7 执行ktctl connect, 报错permission declined, please re-run connect command as Administrator。 管理员登录,已经设置了以管理员身份运行,cmd也是以管理员运行打开的,杀毒软件也关了 **Log** C:\>ktctl connect 6:02PM ERR Failed to start error="permission declined, please re-run connect command as...

enhancement

**Describe the bug** 执行kt connect 后访问不了其它网站了 **Log** ```shell ystyle@Archlinux  ~/Code/CangJie/ui-demo  sudo ktctl --debug --kubeconfig=/home/ystyle/.kube/config connect 5:37PM INF KtConnect 0.3.1 start at 1284570 (linux) 5:37PM DBG Private Key generated...

enhancement

**Describe the bug** A clear and concise description of what the bug is. 在使用ktctl过程中, 通过 ktctl --debug --withAnnotation="dapr.io/enabled:true, dapr.io/app-id:test,dapr.io/app-port:8080" provide可以将本地服务【test】形成一个pod-shadow加入到k8s中,且进入pod能进行访问,表明dapr集成成功, 现在问题是:本地服务【test】中使用dapr的invoke api调用其他服务时,会出现 127.0.0.1:3500 connect refused。 我的问题: 出现127.0.0.1:3500 connect refused ,我完全可以理解,...

enhancement