-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Beats] Custom configmap for Kubernetes Orchestrator Name #30229
Comments
@bvader Can you please make sure this gets routed to the appropriate team? Thanks! |
Hi @mholttech! Orchestrator fields are not supposed to be defined "manually" by custom configMap. The proper way here would be to use something similar to the GKE Metadata, but for EKS. I checked it quickly and seems there is nothing similar in EKS now - aws/containers-roadmap#686. Meanwhile I would suggest to use rather
As EKS metadata is missing, I'm going to adjust documentation with |
Hi! Just clarification on this topic - so this means that when running Elastic Agent in EKS, there is currently no way of adding the |
Hi @ottramst you don't have to use ingest pipeline, you can add |
I'm running fleet managed elastic agents and there is no way to use processors on kubernetes integration. It seems like the team is already working on this feature (elastic/integrations#4363) but, until this moment, there is no way of doing, unless using the standalone implementation of the elastic agent. |
Hi @vnirocha I've just asked to promote the change you linked - elastic/integrations#4363 (comment). I believe version |
Instead of adding processors which do not work in my case for all metrics in elastic 7.x with managed kubernetes, I have used a separate namespace with cluster name instead of adding all clusters in the default namespace. And used |
Describe the enhancement:
#26056 introduced 3 methods to set orchestrator.cluster.name & orchestrator.cluster.url
kube_config
filekubeadm-config
configmapI would like to see a separate configmap for deployments that aren't managed by kubeadm or GKE. While one can create a simple
kubeadm-config
configmap, this may cause other services that key off of the existence of this configmap to not work as expected.Describe a specific use case for the enhancement or feature:
I have an EKS Cluster with Managed Node Groups and utilize Fleet containers in Kubernetes for monitoring. I was able to get the cluster name to populate by creating the
kubeadm-config
config map, however when I went to deploy Calico it saw this configmap and it was missing required information, causing Calico to not deploy successfully.This is the configmap I deployed:
The text was updated successfully, but these errors were encountered: