Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Tags: cilium/cilium-sysdump

Tags

v0.27

Toggle v0.27's commit message
Collect logs for init containers

Previously we only collected regular container logs, but missed the init
container logs. Gather these as well, they can be useful for debugging.

Signed-off-by: Joe Stringer <[email protected]>

v0.26

Toggle v0.26's commit message
sysdump: COllect clustermesh-apiserver

Signed-off-by: Jarno Rajahalme <[email protected]>

v0.25

Toggle v0.25's commit message
Collect deployment yamls of hubble-relay and hubble-ui

Signed-off-by: Timo Beckers <[email protected]>

v0.24

Toggle v0.24's commit message
Collect k8s namespaces and ccnps

Signed-off-by: Maciej Kwiek <[email protected]>

v0.23

Toggle v0.23's commit message
Fix UnboundLocalError in utils

If the command failed, it would enter the `except` block where we simply
just continue, which would use `output` before it was assigned. This
commit fixes this by defining `output` to empty string.

Signed-off-by: Chris Tarazi <[email protected]>

v0.22

Toggle v0.22's commit message
Pass correct args to collect_gops and collect_logs

Signed-off-by: Gilberto Bertin <[email protected]>

v0.21

Toggle v0.21's commit message
Update --nodes option in README.md

Signed-off-by: Chris Tarazi <[email protected]>

v0.20

Toggle v0.20's commit message
Collect K8s CRD Ciliumidentities and Ciliumnodes

Co-authored-by: Sebastian Wicki <[email protected]>
Signed-off-by: Dan Wendlandt <[email protected]>
Signed-off-by: Sebastian Wicki <[email protected]>

v0.19

Toggle v0.19's commit message
0.19 release

Signed-off-by: Thomas Graf <[email protected]>

v0.18

Toggle v0.18's commit message
Make cilium-labels option available globally

It doesn't make sense to restrict this option to sysdump, and having it
restricted to sysdump causes issues like #69. Fix it by making it a
general option in the standard args parser.

Fixes: #69

Signed-off-by: Joe Stringer <[email protected]>