Skip to content

Commit

Permalink
feat: Add features
Browse files Browse the repository at this point in the history
  • Loading branch information
jpts committed Aug 28, 2022
1 parent 384a861 commit 3703461
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 3703461

Please sign in to comment.