Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Add toleration to run on all nodes (even tainted ones) #6

@dshackith

Description

@dshackith

We segment our node groups with taints, and by default missing-container-metrics does not install on any nodes with taints. Adding the toleration

tolerations:
        - operator: Exists

Would ensure the daemonset is running on all nodes. Alternatively, allowing for setting tolerations in the Helm chart would give deployers the ability to manage this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions