Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kubectl-debug_0.1.1_linux_386.tar.gz | 2019-06-01 | 9.6 MB | |
kubectl-debug_0.1.1_darwin_amd64.tar.gz | 2019-06-01 | 10.6 MB | |
kubectl-debug_0.1.1_linux_amd64.tar.gz | 2019-06-01 | 10.1 MB | |
kubectl-debug_0.1.1_windows_amd64.tar.gz | 2019-06-01 | 10.2 MB | |
checksums.txt | 2019-06-01 | 738 Bytes | |
kubectl-debug_0.1.1_freebsd_386.tar.gz | 2019-06-01 | 9.6 MB | |
kubectl-debug_0.1.1_freebsd_amd64.tar.gz | 2019-06-01 | 10.1 MB | |
kubectl-debug_0.1.1_windows_386.tar.gz | 2019-06-01 | 9.6 MB | |
README.md | 2019-06-01 | 1.0 kB | |
v0.1.1 source code.tar.gz | 2019-06-01 | 2.1 MB | |
v0.1.1 source code.zip | 2019-06-01 | 2.1 MB | |
Totals: 11 Items | 74.2 MB | 5 |
Changelog
6acc633 Support --version flag to print plugin version a7cf6df Add agentless mode to debug target pod when there isn't an agent running on target host (#31, [#33] ) @tkanng 90ee6bf Add ptrace and admin capbilities for debug container 412fc4a Build debug-agent image from distroless image (#30) @tkanng 6cb9957 Check if current user has permission to create pods/exec subresource (#34) @tkanng caff131 Fix config file parsing error (#36) @tkanng
The "agentless" mode make the server-side DaemonSet optional, now, you can start debugging by using the command kubectl debug --agentless
without pre-installing any server-side components.
In addition, we documented some practical examples of using kubectl-debug to help users getting started.
Thanks for @caruccio @gregwebs @klzsysy for reporting and fixing issues. A great thanks to @tkanng who contributes the major features of this release!