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
Currently the package does not leverage the leaderelection functionality. This means that in a mutlinode k8s cluster, cluster-wide data_streams like state_* should be applied on all of the Daemonset Agent Pods. We can tackle this by adding an extra setting leaderelection: true to the data_streams so as to indicate that that these specific data_streams should be enabled only when leadership lock is obtained. To achieve this we also need to enable the leaderelection provider by default for Agents we deploy on k8s.