MichaelWasher
MichaelWasher
We should clean up the logging and output less in the INFO level, shifting a lot of the logs to a DEBUG level
This PR does: - Change SnifferService components to copy state with custom *SnifferServiceConfig structures - Add structure into sniff.go to support multiple SnifferService components to run multiple collections - Add...
Add NodeSnifferService to collect tcpdump on a Node Add PrivilegedPodConfig to define values for CreatePrivilegedPod()
Sniffers should maintain their own state without fear of changes 'bleeding' out to any global state. If side-affects come from instantiating a sniffer, this limits the ability to use the...
Currently `make test` is not run as part of the CI/CD pipeline and could result in breaking changes. From what I can see, the `make test` unit-tests require access to...
Hi Team, The ArgoCD image on OperatorHub (quay.io/redhat-cop/argocd-operator@sha256:d661aba8a5bc7c8a69cd7d5da8193585118b93f3e7ef14a213e1fa9c2684b47c) is of manifest type v1 schema and not v2. V1 is legacy and has been deprecated by Docker and this project should...
Clean up go modules and re-order imports to group relevant imports
Write Krew Plugin YAML definitions and publish the first version
Write an e2e test for all supported resource types: [Deployment, DaemonSet, Service, Pod] Write e2e test for `--output`, `--trace-timeout`, `--socket-path`, `--namespace`, `--image`, `--log-level`