Skip to content

Instantly share code, notes, and snippets.

@PascalKu
Created March 6, 2020 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PascalKu/bd4e9a9b04f88d23d3c895d547d779cb to your computer and use it in GitHub Desktop.
Save PascalKu/bd4e9a9b04f88d23d3c895d547d779cb to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: default
protocol: layer2
addresses:
- 192.168.128.1-192.168.128.5
- 192.168.128.10-192.168.128.15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment