Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[META][Kubernetes provider/Kubernetes module] Set watcher options node based on configuration #40246

Open
5 tasks
constanca-m opened this issue Jul 15, 2024 · 1 comment
Labels
needs_team Indicates that the issue/PR needs a Team:* label

Comments

@constanca-m
Copy link
Contributor

We need to do similar work for node as we did for namespace in this issue.

  • [Beats] In beats, check node option is being taken into consideration. For example, the watcher is not using the node option for deployment:
    if metaConf.Deployment {
    replicaSetWatcher, err = kubernetes.NewNamedWatcher("resource_metadata_enricher_rs", client, &kubernetes.ReplicaSet{}, kubernetes.WatchOptions{
    SyncTimeout: config.SyncPeriod,
    Namespace: config.Namespace,
    HonorReSyncs: true,
    }, nil)
  • [Beats] Check add_kubernetes_metadata node option as well
  • [Beats] Update documentation
  • [Elastic Agent] Check the Kubernetes provider uses the node option
  • [Integrations] Put the node option at group level, similar as we did for namespace here.
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jul 15, 2024
@botelastic
Copy link

botelastic bot commented Jul 15, 2024

This issue doesn't have a Team:<team> label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

No branches or pull requests

1 participant