Created
August 11, 2020 23:37
-
-
Save jodykpw/ae7e6dd987780f6345750ec7b95b6ad4 to your computer and use it in GitHub Desktop.
metalLB configmap
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.15.120-192.168.15.250 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment