Created
March 6, 2020 18:19
-
-
Save PascalKu/bd4e9a9b04f88d23d3c895d547d779cb 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: | |
- 192.168.128.1-192.168.128.5 | |
- 192.168.128.10-192.168.128.15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment