From bd016014b632bcf33a7f64acc87fd30f7d181d18 Mon Sep 17 00:00:00 2001 From: Henrique Cavarsan Date: Wed, 5 Mar 2025 18:47:25 -0300 Subject: [PATCH] docs: update post --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60a0806e..b0718d01 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ They automatically reconnect to running pods if one fails, also it allow setting - **One-Click Multiple Port Forwards:** Allows for the setup of several port forwarding instances simultaneously with a single click. - **Independent of Kubectl:** Directly interfaces with the Kubernetes API, eliminating the need for `kubectl`. - **Multi-Protocol Support:** Enables access to internal or external servers through a Proxy Relay server deployed in a Kubernetes cluster, including TCP and UDP port forwarding. -- **HTTP Logs Tracing:** Enable or disable HTTP logs for specific configurations to save the requests and responses in a local log file. _(Currently available only in the kftray desktop app)_ - [Blog Post](https://kftray.app/blog/posts/6-debug-http-traffics-kftray) +- **HTTP Logs Tracing:** Enable or disable HTTP logs for specific configurations to save the requests and responses in a local log file. _(Currently available only in the kftray desktop app)_ - [Blog Post](https://kftray.app/blog/posts/12-kftray-http-logs-vscode) - **GitHub Sync:** Keep your configurations saved on GitHub and share or synchronize them in a GitOps style. _(Currently available only in the kftray desktop app)_ - **Auto Import:** Automatically import Kubernetes service configurations based on specific annotations. An example with an explanation can be found in this repo: https://github.com/hcavarsan/kftray-k8s-tf-example