Skip to content

Instantly share code, notes, and snippets.

@kiall
Created February 21, 2018 20:42
Show Gist options
  • Save kiall/8b15707a3bf42a09154e7c5eb16883e4 to your computer and use it in GitHub Desktop.
Save kiall/8b15707a3bf42a09154e7c5eb16883e4 to your computer and use it in GitHub Desktop.
MetalLB ARP Config Example
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: lan-ip-space
protocol: arp
arp-network: 172.31.0.0/23
cidr:
- 172.31.1.0/24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment