Skip to content

Commit

Permalink
bring change from 'Start subnet offset at 1 to avoid overlap with kin…
Browse files Browse the repository at this point in the history
…d cluster ips'

CommitID: 3cd0fa9
  • Loading branch information
eguzki committed May 30, 2024
1 parent ec7d131 commit b97782d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/development-environments.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified
$(KUSTOMIZE) build config/crd | kubectl delete -f -

.PHONY: install-metallb
install-metallb: SUBNET_OFFSET=0
install-metallb: SUBNET_OFFSET=1
install-metallb: kustomize yq ## Installs the metallb load balancer allowing use of an LoadBalancer type with a gateway
$(KUSTOMIZE) build config/metallb | kubectl apply -f -
kubectl -n metallb-system wait --for=condition=Available deployments controller --timeout=300s
Expand Down

0 comments on commit b97782d

Please sign in to comment.