kubearmor / kubearmor-client

KubeArmor cli tool aka kArmor :robot:
Apache License 2.0
34 stars 82 forks source link

`karmor sysdump` should contain logs from all pods with `kubearmor-app` label #441

Closed DelusionalOptimist closed 1 month ago

DelusionalOptimist commented 2 months ago

Description

Currently karmor sysdump command only takes logs from pods with the label kubearmor-app=kubearmor however for debugging purposes, logs from other components like kubearmor-relay-server, kubearmor-controller and kubeamor-operator might be required as well.

Solution

Get the logs from all pods which have the kubearmor-app label so that we can get more insights while debugging.

Ishaanj18 commented 2 months ago

Can I work on this issue?