Skip to content

Instantly share code, notes, and snippets.

@ZhaoTzuHsien
Created September 1, 2022 13:24
Show Gist options
  • Save ZhaoTzuHsien/b8ace5f83d9aeaa3a194c8735bb7d977 to your computer and use it in GitHub Desktop.
Save ZhaoTzuHsien/b8ace5f83d9aeaa3a194c8735bb7d977 to your computer and use it in GitHub Desktop.
Metallb IP address pool
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: bofit
namespace: metallb-system
spec:
addresses:
- <Instance IP 1>/32
- <Instance IP 2>/32
- <Instance IP 3>/32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment