github.com/aylei/kubectl-debug
v0.1.1
#882 most downloaded on Go modules
aylei/kubectl-debug
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 5 weeks to 1.2 years
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
10 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Jan 2019 to Jan 2022Releases
latest 10-
v0.2.0-rc.0.20220112123846-33caedd99cd412 Jan 2022 pre-releaseNothing published for this version
-
v0.2.0-rc.0.20201114125542-24842b00e65414 Nov 2020 pre-releaseNothing published for this version
-
v0.2.0-rc.0.20200706131258-fc35898469b806 Jul 2020 pre-releaseNothing published for this version
-
v0.2.0-rc28 Apr 2020 pre-releaseRelease notes
Open source →Changelog
6ad5cd7 Enable
--agentlessand--port-forwardby default (#75) @calmkart
6a30d78 FIX:issue52, if a pod is runnning but not ready(about readiness probe), we can connect (#62) @calmkart
5021027 FIX:issue52, in Fork && AgentLess mode, we'll delete the agentPod if Fork pod error (#67) @calmkart
64720bf FIX:issue57, if target pod is not ready or completed/failed, delete the agent pod (#63) @calmkart
f08222f FIX:issue58, k8s v1.16 daemonset apiVersion change to apps/v1 (#64) @calmkart
d62a8d9 FIX:no permission to delete agentpod get panic error issue#38 (#70) @calmkart
8a77b6c FIX:only work in agentless mod need to delete the agent pod (#65) @calmkart
1ab75d9 Add containerd support (#99) @dee0
8fbb788 Typo fix: missing symbol in the binary name (#51) @Soider
1e505fe enhancement: add auth config to pull image in private registry (#61) @calmkart
489450b enhancement: add the agentpod resource config in agentless mode (#73) @calmkart
63e1ecc enhancement: add the copied pod retain labels config in fork mode. (#68) (#69) @calmkart
ae58ddf enhancement: support target-container procfs correct (#83) @markzhang0928
8da3fdc remove redundant os.Exit() (#66) @abowloflrf
d25d979 update go module to the latest version to avoid build faiure. (#50) @runzhenThanks to the contributors @markzhang0928 @dee0 @calmkart @abowloflrf @runzhen @Soider for helping in this release. Special thanks to @calmkart for various fixes and enhancements, to @markzhang0928 for the
lxcfsintegration and @dee0 for the containerd support! -
v0.1.2-0.20200428122153-2c50327a9d8728 Apr 2020 pre-releaseNothing published for this version
-
v0.1.101 Jun 2019Release notes
Open source →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) @tkanngThe "agentless" mode make the server-side DaemonSet optional, now, you can start debugging by using the command
kubectl debug --agentlesswithout 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!
-
v0.1.013 Apr 2019Release notes
Open source →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_portin~/.kube/debug-configis deprecated and replaced withagentPort(camel case), the old configuration key is still considered but will be overridden ifagentPortis 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!
- Port-forward mode is introduced to connect the debug-agent that has no public host IP accessible #26
-
v0.0.0-20220112123846-33caedd99cd412 Jan 2022 pre-releaseNothing published for this version
-
v0.0.0-20190306135647-bdae9622849a06 Mar 2019 pre-releaseNothing published for this version
-
v0.0.0-20190108034114-2ff8469b0cca08 Jan 2019 pre-releaseNothing published for this version