Skip to content

Instantly share code, notes, and snippets.

@venkatnsrinivasan
Created December 3, 2019 23:05
Show Gist options
  • Save venkatnsrinivasan/9e6943b2700d8b8c7332a421944718e4 to your computer and use it in GitHub Desktop.
Save venkatnsrinivasan/9e6943b2700d8b8c7332a421944718e4 to your computer and use it in GitHub Desktop.
metallb-west.yaml
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: west1-ip-space
protocol: layer2
addresses:
- 10.11.84.31/32
- 10.11.84.32/29
- 10.11.84.40/32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment