Skip to content

Instantly share code, notes, and snippets.

View Roman-Blinkov's full-sized avatar
🏠
Working

Roman Blinkov Roman-Blinkov

🏠
Working
View GitHub Profile
# Apply the metallb manifests to Kubernetes
kubectl apply -f https://raw.githubusercontent.com/google/metallb/v0.8.1/manifests/metallb.yaml
# Apply a metallb configuration to Kubernetes
cat <<EOF | kubectl apply -f -
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config