Skip to content

Instantly share code, notes, and snippets.

@jodykpw
Created August 11, 2020 23:37
Show Gist options
  • Save jodykpw/ae7e6dd987780f6345750ec7b95b6ad4 to your computer and use it in GitHub Desktop.
Save jodykpw/ae7e6dd987780f6345750ec7b95b6ad4 to your computer and use it in GitHub Desktop.
metalLB configmap
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