This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
docs/metallb: Clarify address_pools knob #996
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The current sample config is confusing. The address_pools knob is a map with string keys and lists of strings as values. There are no knobs named "default" or "special_addresses". These were intended as sample names for pools. Fixes #632.
johananl
changed the title
docs/metallb: Clarify address_pool knob
docs/metallb: Clarify address_pools knob
Sep 22, 2020
knrt10
previously approved these changes
Sep 22, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. +1
invidian
reviewed
Sep 22, 2020
johananl
force-pushed
the
johananl/metallb-pool-docs
branch
from
September 22, 2020 18:02
c6018fa
to
e255f77
Compare
ipochi
reviewed
Sep 23, 2020
johananl
force-pushed
the
johananl/metallb-pool-docs
branch
from
September 25, 2020 17:41
e255f77
to
f91295b
Compare
I've addressed the feedback. |
invidian
previously approved these changes
Sep 25, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @johananl
iaguis
reviewed
Sep 28, 2020
johananl
force-pushed
the
johananl/metallb-pool-docs
branch
from
October 8, 2020 17:33
f91295b
to
2631fda
Compare
invidian
approved these changes
Oct 8, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @johananl
knrt10
approved these changes
Oct 9, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. Nice work.
iaguis
approved these changes
Oct 12, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR clarifies the proper usage of the
address_pools
knob of themetallb
component.