Skip to content

Instantly share code, notes, and snippets.

@neilbags
Created January 23, 2021 00:08
Show Gist options
  • Save neilbags/9c83d38618e63e52d00495cdde29d0db to your computer and use it in GitHub Desktop.
Save neilbags/9c83d38618e63e52d00495cdde29d0db to your computer and use it in GitHub Desktop.
metallb config
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: default
protocol: layer2
addresses:
- 10.0.0.100 - 10.0.0.199
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment