This repository has been archived by the owner on Oct 21, 2021. It is now read-only.
Tags: cilium/cilium-sysdump
Tags
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]>
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]>
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]>
PreviousNext