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
Removed the use of the datadog-app-key secret, since it is not required in order to create events. Also, updated the README to document the new configuration requirements.
Updated the library to support one namespace per application and one cluster per namespace.
Because there is no way to get cluster-wide information from the Downward API we access it via the Kubernetes API.
Since we were already using the Kubernetes API we removed the dependence on the Downward API and now access all information via the Kubernetes API. This has the added benefit of requiring no special configuration of the pod to use the library.