Skip to content

Instantly share code, notes, and snippets.

View kiall's full-sized avatar

Kiall Mac Innes kiall

  • Microsoft
  • Dublin, Ireland
View GitHub Profile
## Namespace
apiVersion: v1
kind: Namespace
metadata:
name: metallb-system
---
## RBAC roles
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
@kiall
kiall / metallb-arp-config.yaml
Created February 21, 2018 20:42
MetalLB ARP Config Example
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: lan-ip-space
protocol: arp