Created
April 8, 2020 02:53
-
-
Save bgulla/40cb6ff966bf52ec03a1b81148ee4a79 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
namespace: metallb-system | |
name: config | |
data: | |
config: | | |
address-pools: | |
- name: default | |
protocol: layer2 | |
addresses: | |
- 10.0.5.36-10.0.5.50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment