kubearmor / KubeArmor

Runtime Security Enforcement System. Workload hardening/sandboxing and implementing least-permissive policies made easy leveraging LSMs (BPF-LSM, AppArmor).
https://kubearmor.io/
Apache License 2.0
1.49k stars 343 forks source link

Add Labels to all KubeArmor k8s objects #1514

Open Ankurk99 opened 11 months ago

Ankurk99 commented 11 months ago

Feature Request

Add labels to KubeArmor objects With the helm-installation method we added a few new objects to the KubeArmor deployment. But many of these don't have any labels in them.

Is your feature request related to a problem? Please describe the use case. Currently it's hard to identify these resources, and hence difficult to perform actions like uninstalling the KubeArmor specific resources using karmor cli.

Describe the solution you'd like Add labels to the following KubeArmor objects:

VedRatan commented 11 months ago

I can work on this one

RipulHandoo commented 10 months ago

@VedRatan ,are you working on this issue?