bpfman / bpfman-operator

Kubernetes operator for bpfman
https://bpfman.io
Apache License 2.0
10 stars 12 forks source link

Fixups for pr #6 #31

Closed anfredette closed 3 months ago

anfredette commented 3 months ago

Add watch on pod events back to BpfApplicationReconciler. It was there but got dropped at some point.

Also, added a strings.ToLower() to the name sanitize() function.

msherif1234 commented 3 months ago

hmm not sure why the pod watch was dropped either changes LGTM