Skip to content

Instantly share code, notes, and snippets.

@wlanboy
Created June 15, 2024 16:38
Show Gist options
  • Save wlanboy/154123f2a793477a0a4f96734babe49c to your computer and use it in GitHub Desktop.
Save wlanboy/154123f2a793477a0a4f96734babe49c to your computer and use it in GitHub Desktop.
metallb ip pool for wsl
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: wsl-pool
namespace: metallb-system
spec:
addresses:
- 172.18.0.100-172.18.0.150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment