Skip to content

Duplicate tolerations in kube-controllers deployment #3783

@wedaly

Description

@wedaly

Tigera-operator currently appends c.cfg.Installation.ControlPlaneTolerations with rmeta.TolerateCriticalAddonsAndControlPlane in the kube-controllers deployment:

tolerations := append(c.cfg.Installation.ControlPlaneTolerations, rmeta.TolerateCriticalAddonsAndControlPlane...)

When the installation ControlPlaneTolerations includes CriticalAddonsOnly, the toleration is duplicated, which can cause errors in Prometheus as reported in Azure/AKS#4282

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions