Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

component/metallb: Fix controller tolerations #931

Merged
merged 1 commit into from
Sep 9, 2020

Conversation

johananl
Copy link
Member

@johananl johananl commented Sep 9, 2020

This fixes a bug which causes MetalLB speaker tolerations to be applied to controller pods, too.

Tests should be added as part of #927.

When appending to c.ControllerTolerations, we should use
c.ControllerTolerations as the first argument of append(). The
current state results in speaker tolerations being applied to the
controller in some cases.
Copy link
Member

@surajssd surajssd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@johananl johananl added this to the v0.4.1 milestone Sep 9, 2020
@johananl johananl merged commit b9fadb2 into master Sep 9, 2020
@johananl johananl deleted the johananl/fix-metallb-controller-tolerations branch September 9, 2020 16:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants