Skip to content

Commit

Permalink
bugtool: Dump StateDB contents
Browse files Browse the repository at this point in the history
Dump the contents of StateDB as JSON in bugtool for
inspecting the internal cilium-agent state.

Signed-off-by: Jussi Maki <jussi@isovalent.com>
  • Loading branch information
joamaki authored and joestringer committed Jun 22, 2023
1 parent aa94981 commit 1bddc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bugtool/cmd/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ func copyCiliumInfoCommands(cmdDir string, k8sPods []string) []string {
"cilium bpf nodeid list",
"cilium lrp list",
"cilium cgroups list -o json",
"cilium statedb dump",
}
var commands []string

Expand Down

0 comments on commit 1bddc87

Please sign in to comment.