Skip to content

Instantly share code, notes, and snippets.

@jmrobles
Created May 10, 2020 17:38
Show Gist options
  • Save jmrobles/8f1217c6346903ab8e11dbf46cae0315 to your computer and use it in GitHub Desktop.
Save jmrobles/8f1217c6346903ab8e11dbf46cae0315 to your computer and use it in GitHub Desktop.
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.9.3/manifests/namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.9.3/manifests/metallb.yaml
# On first install only
kubectl create secret generic -n metallb-system memberlist --from-literal=secretkey="$(openssl rand -base64 128)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment