Created
February 15, 2021 15:15
-
-
Save brandon93s/de763e853bf1823a6f48684dc747ec40 to your computer and use it in GitHub Desktop.
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
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
namespace: metallb-system | |
name: config | |
data: | |
config: | | |
address-pools: | |
- name: default | |
protocol: layer2 | |
addresses: | |
- 192.168.2.100-192.168.2.249 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment