@gtadi/k8s-node-debugger 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,15 +12,15 @@ node bin/k8s-node-debugger.js <node-name>
12
12
 
13
13
  ### Firewall — iptables, nftables, and IPVS tabs
14
14
 
15
- ![Firewall view](docs/screenshot-firewall.png)
15
+ ![Firewall view](https://raw.githubusercontent.com/goutamtadi1/k8s-node-debugger/main/docs/screenshot-firewall.png)
16
16
 
17
17
  ### Conntrack — live connection tracking
18
18
 
19
- ![Conntrack view](docs/screenshot-conntrack-tabs.png)
19
+ ![Conntrack view](https://raw.githubusercontent.com/goutamtadi1/k8s-node-debugger/main/docs/screenshot-conntrack-tabs.png)
20
20
 
21
21
  ### Node Health — CPU, memory, disk, PSI, OOM, kubelet logs
22
22
 
23
- ![Node Health view](docs/screenshot-health.png)
23
+ ![Node Health view](https://raw.githubusercontent.com/goutamtadi1/k8s-node-debugger/main/docs/screenshot-health.png)
24
24
 
25
25
  ## Install
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gtadi/k8s-node-debugger",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Spin up a privileged debug pod on a target Kubernetes node and inspect its network stack (iptables, resolv.conf, conntrack, routes, sockets) from a browser UI.",
5
5
  "bin": {
6
6
  "k8s-node-debugger": "bin/k8s-node-debugger.js"