Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kubectl-debug_0.1.0_linux_386.tar.gz | 2019-04-13 | 9.6 MB | |
kubectl-debug_0.1.0_windows_amd64.tar.gz | 2019-04-13 | 10.2 MB | |
kubectl-debug_0.1.0_freebsd_386.tar.gz | 2019-04-13 | 9.6 MB | |
kubectl-debug_0.1.0_darwin_amd64.tar.gz | 2019-04-13 | 10.6 MB | |
kubectl-debug_0.1.0_freebsd_amd64.tar.gz | 2019-04-13 | 10.1 MB | |
kubectl-debug_0.1.0_windows_386.tar.gz | 2019-04-13 | 9.6 MB | |
checksums.txt | 2019-04-13 | 738 Bytes | |
kubectl-debug_0.1.0_linux_amd64.tar.gz | 2019-04-13 | 10.1 MB | |
README.md | 2019-04-13 | 840 Bytes | |
v0.1.0 source code.tar.gz | 2019-04-13 | 2.1 MB | |
v0.1.0 source code.zip | 2019-04-13 | 2.1 MB | |
Totals: 11 Items | 74.1 MB | 5 |
Changelog
New features
- Port-forward mode is introduced to connect the debug-agent that has no public host IP accessible [#26] @whalecold
- Helm chart for debug-agent [#21] @jseguillon
- Krew and Brew package support
- Better usage error suggestions when mistype the command
Bug fix
- Omit error when configuration file not set [#27]
Other changes
- Better documentation😄
- Migrate to
go module
- The configuration key
agent_port
in~/.kube/debug-config
is deprecated and replaced withagentPort
(camel case), the old configuration key is still considered but will be overridden ifagentPort
is present
Thanks!
Thanks @whalecold for the port-forward mode which has been a pain point for long, thanks @jseguillon for the great helm chart and thanks for all the feedbacks!