Skip to content

Commit 3022b24

Browse files
onematchfoxEItanya
andauthored
chore: don't use load balancer services for local development (#678)
* chore: don't use load balancer services for local development Signed-off-by: Brian Fox <878612+onematchfox@users.noreply.github.com> * revert: chore: don't use load balancer services for local development This reverts commit 8648f08. Signed-off-by: Brian Fox <878612+onematchfox@users.noreply.github.com> * chore: install MetalLB when creating kind cluster Signed-off-by: Brian Fox <878612+onematchfox@users.noreply.github.com> --------- Signed-off-by: Brian Fox <878612+onematchfox@users.noreply.github.com> Co-authored-by: Eitan Yarmush <eitan.yarmush@solo.io>
1 parent 01d5e00 commit 3022b24

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ build-all: buildx-create
103103
create-kind-cluster:
104104
docker pull kindest/node:v$(TOOLS_KIND_IMAGE_VERSION) || true
105105
kind create cluster --name $(KIND_CLUSTER_NAME) --image kindest/node:v$(TOOLS_KIND_IMAGE_VERSION) --config ./scripts/kind/kind-config.yaml
106+
./scripts/kind/setup-metallb.sh
106107

107108
.PHONY: use-kind-cluster
108109
use-kind-cluster:

scripts/kind/setup-metallb.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)