Skip to content

Instantly share code, notes, and snippets.

@jait
Created March 25, 2019 08:03
Show Gist options
  • Save jait/3ef39d54adbb689588ffa78b8eefb21c to your computer and use it in GitHub Desktop.
Save jait/3ef39d54adbb689588ffa78b8eefb21c to your computer and use it in GitHub Desktop.
k3s-blog / metallb_config.yaml
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: company-office
protocol: layer2
addresses:
- 10.10.10.50-10.10.10.99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment