Skip to Main Content
Cloud Management and AIOps


This is an IBM Automation portal for Cloud Management and AIOps products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).

Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.

Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Functionality already exists
Workspace Instana
Categories Agent
Created by Guest
Created on Jan 23, 2023

Specify request & limits of pod Leader Elector

In https://github.com/instana/helm-charts/blob/main/instana-agent/values.yaml the Instana agent has defined cpu & memory requests and limits, see line 89.
However, for the leader elector there are none. As a consequence the leader elector takes the default values of the namespace.
I suggest to specify the cpu & memory requests and limits also of the leader elector so that is consumes exactly what it requires.

Advantage: save cpu & memory

Idea priority Medium
  • Admin
    Martin Fuentes
    Reply
    |
    Apr 3, 2023

    Thanks for the latest feedback!

  • Guest
    Reply
    |
    Mar 14, 2023

    Hi Martin,

    I switched to k8s_sensor which solved the requests and limits specification problem. Thanks

    Also I discovered that pullSecrets in the Instana_agent section works for k8s_sensor. This is a practical solution, however not documented and bad style from my point of view.

    Anyway: issue solved. Ticket can be closed.

  • Admin
    Martin Fuentes
    Reply
    |
    Mar 8, 2023

    In the meantime, if you want to use pullSecrets with the k8sensor, you can still generate a YAML out of Helm with:

    helm template --dry-run

    and then apply the change manually, just as a workaround.

  • Admin
    Martin Fuentes
    Reply
    |
    Mar 8, 2023

    Hi Andreas!

    We are working on the migration documentation and to remove the leader elector from the Helm chart. The k8sensor should be already the default, if it's not the case, please, let me know.

    Let me check about secrets and come back to you.

  • Guest
    Reply
    |
    Mar 8, 2023

    Furthermore, the image for k8sensor does not contain pullSecrets yet! So how can we use our own proxy repository?

  • Guest
    Reply
    |
    Mar 8, 2023

    Hi Martin, are you saying that the k8sensor replaces the leader elector? But in the helm chart https://github.com/instana/helm-charts/blob/main/instana-agent/values.yaml the leader elector is still there, consuming ressources.

    So how is it expected to migrate from leader elector to k8sensor? Do you recommend to just remove the leader elector and add the k8sensor? Is there any documentation on this?

  • Admin
    Martin Fuentes
    Reply
    |
    Mar 8, 2023

    Hello Andreas!

    The new k8sensor runs in a different Pod than the agent (not leader election involved anymore) and allows to define specific requests and limits for CPU and Memory.