Skip to content

Instantly share code, notes, and snippets.

@venkatnsrinivasan
Created December 3, 2019 23:04
Show Gist options
  • Save venkatnsrinivasan/9741d0151b5cc858ac9dadb0da94a4e5 to your computer and use it in GitHub Desktop.
Save venkatnsrinivasan/9741d0151b5cc858ac9dadb0da94a4e5 to your computer and use it in GitHub Desktop.
metallb-east.yaml
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: east1-ip-space
protocol: layer2
addresses:
- 10.11.84.20/30
- 10.11.84.24/30
- 10.11.84.28/31
- 10.11.84.30/32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment