Skip to content

Commit 2c9e428

Browse files
nightkrrazvan
authored andcommitted
Add CI and github config (#12)
* Add CI and github config Mostly copied from operator-rs. Would be nice to have this managed by operator-templating, but that depends on stackabletech/operator-templating#80. * Import pre-commit and cargo deny config as well * pre-commit * Update cargo-deny to v2.0.4 * Update dependencies * Update deny.toml from op-rs * Update .github/workflows/build.yml Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> --------- Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent 9ed3424 commit 2c9e428

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

crates/containerdebug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hickory-resolver = "0.24.1"
1010
local-ip-address = "0.6.3"
1111
serde = { version = "1.0.210", features = ["derive"] }
1212
serde_json = "1.0.128"
13-
stackable-operator = { git = "https://github.com/stackabletech/operator-rs", version = "0.81.0" }
13+
stackable-operator = { git = "https://github.com/stackabletech/operator-rs", tag = "stackable-operator-0.83.0" }
1414
sysinfo = "0.32.0"
1515
tracing = "0.1.40"
1616
users = "0.11.0"

crates/containerdebug/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Container Support Helper
22

3-
This is a tool meant to make the life of a support engineer easier when working with docker containers.
3+
This is a tool meant to make the life of a support engineer easier when working
4+
with docker containers.
45

5-
We often face issues where we would have loved to know more details about the environment a container is running in.
6-
This tool is meant to print as much information as possible to stdout (later possibly also to a log file) to aid in debugging:
6+
We often face issues where we would have loved to know more details about the
7+
environment a container is running in. This tool is meant to print as much
8+
information as possible to stdout (later possibly also to a log file)
9+
to aid in debugging:
710

811
It currently prints:
12+
913
- CPU core count
1014
- Memory (free, total, available)
1115
- CGroup Limits
@@ -17,7 +21,6 @@ It currently prints:
1721
- List of all network interfaces with names and IP addresses
1822
- Reverse Lookup for those IP addresses (IP Address => List of hostnames)
1923
- Forward lookup for those hostnames (Hostname => List of IP addresses)
20-
2124

2225
Here is an example of what it looks like on my Laptop:
2326

0 commit comments

Comments
 (0)