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

kt: ktctl_0.3.7_Windows_x86_64 ![image](https://user-images.githubusercontent.com/38064516/222954971-243d9a6c-4b15-4c92-99f3-57a4a289d8ed.png)

enhancement

1. 使用ktctl preview -n dev xxxx-service --expose 9007 2. 在namespace为test 的nginx容器可以ping通xxxx-service.dev 3. 在namespace为test的nginx使用反向代理到http://xxxx-service.dev:9007 反向代理出现超时 请问如何设置,可以在preview后的service 可以实现跨namespace反向代理

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220405210540-1e041c57c461 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20220405210540-1e041c57c461&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

![image](https://user-images.githubusercontent.com/64348131/205573539-ced257dd-a4da-4278-8afd-32c87c06a060.png)

enhancement

**Describe the bug** windows10下以管理员模式打开cmd,执行ktctl connect失败 **Log** please add -d to debug log 8:39AM WRN Failed to dump hosts file 8:39AM DBG open C:\Windows\System32\drivers\etc\hosts: Access is denied. 8:39AM ERR Exit: open...

enhancement

**Describe the bug** Cluster IP或服务域名无法访问 1. pod可以正常访问, 2. NodePort可以正常访问 3. Cluster IP或服务域名可以ping通 **Log** ![image](https://user-images.githubusercontent.com/43474763/218569120-d300921c-23df-41a6-b5ed-f3e5f2dd13b1.png) 4:27AM DBG Task netsh.exe with args [netsh interface ipv4 set address KtConnectTunnel static 10.96.0.0 255.255.255.0] 4:27AM...

enhancement

**Is your feature request related to a problem? Please describe.** 在通过`ktctl mesh`重定向请求时,如果代理的服务类型是`https`,流量分发会失败,报的是ssl相关的错误。 **Describe alternatives you've considered** 添加指定ssl证书的方式:证书是在configmap中时,通过`ktctl mesh`指定相关参数;证书存在本地时,也可通过`ktctl mesh`指定并复制到重定向相关的pod中。

**Describe the bug** RedHat OpenShift 4.8 环境下,使用 kt-connect 代理流量会产生 ECONNECTREST 错误。 **Log** 1. 使用 openshift 集群对应的 kubeconfig context 2. 使用 `ktctl connect` 连接指定的 namespace ![image](https://user-images.githubusercontent.com/109717800/215920951-bfe0b82c-8fe3-4963-97bc-fab68012d539.png) 3. 使用 curl 连接 nginx...

enhancement

**Describe the bug** connect 模式 1.出现代理失败,即连接k8s集群内部的服务,出现服务找不到 2.同k8s集群的rancher 管理网址无法打开 **Log** please add -d to debug log Handling connection for 59819 Handling connection for 59819 time="2023-01-31T13:32:56+08:00" level=warning msg="[TCP] dial 10.42.2.8:9092: connect to...

enhancement