Last active
November 1, 2019 04:56
-
-
Save sysnet4admin/59971a81ec35d11fb43e4cdafe160111 to your computer and use it in GitHub Desktop.
metallb_config
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.1.11-192.168.1.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment