crash-diagnostics
crash-diagnostics copied to clipboard
Crash-Diagnostics (Crashd) is a tool to help investigate, analyze, and troubleshoot unresponsive or crashed Kubernetes clusters.
I was thinking it could be useful to have a command to capture a memory dump. Particularly in the context of incident response and forensics (not just because of a...
The internal SSH client used is from `golang.org/x/crypto/ssh`. It appears when combined output is used, the ssh.Session.Stderr will override the ssh.Session.Stdout stream invalidating the result from stdout. See the `client.go`...
Currently, when a COPY, CAPTURE, or RUN action fails, the system decides what to do (in most cases it keeps executing the script). A better approach would be to allow...
Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
New feature requirements: We want to make multiple command files that can be provided to the binary, accepted by crashd func, and dynamically executed.
/cc @jayunit100 I have tested this feature and it works. I noticed some other gaps in both crashd and CAPG. crashd potential improvements: - ssh in general needs a rethink...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...