You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't believe this would be a DaemonSet, just a standalone pod, with the necessary ServiceAccount, ClusterRole, and ClusterRoleBindings created (although I'm still trying to work out the minimum necessary permissions), because as I understand it kspan is collecting events directly from the API, not the nodes, so only a single instance per cluster is required. Unless you're already running a otel collector service, you'll need to specify an otlp address as well. I'm currently working through trying to get this set up myself, so happy to be corrected by someone who's already done it.
Hello! Do you have any advice about how best to deploy this to a cluster? Should it (for example) be integrated into the honeycomb-agent's Helm chart?
Does it have to be in a particular namespace to see the control plane events?
Presumably it is meant to be a DeamonSet; a sample object of what resources it was given to run would be terrific!
The text was updated successfully, but these errors were encountered: