From 3703461c1a20a4281c766472b3c4b4acb93ecf04 Mon Sep 17 00:00:00 2001 From: jpts Date: Sun, 28 Aug 2022 16:53:04 +0100 Subject: [PATCH] feat: Add features --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 85a0596..6bb4660 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ Flags: -t, --tty Stdin is a TTY ``` +## Features + +* Aware of `HTTP_PROXY`/`HTTPS_PROXY` env variables +* Uses standard Kubeconfig processing including `~/.kube/config` & `$KUBECONFIG` support +* Doesn't use SPDY so might be more loadbalancer/reverse proxy friendly +* Supports a full TTY (terminal raw mode) +* Can bypass the API server with direct connection to the nodes kubelet API + ### Acknowledgements Work inspired by [rmohr/kubernetes-custom-exec](https://github.com/rmohr/kubernetes-custom-exec) and [kairen/websocket-exec](https://github.com/kairen/websocket-exec).