Skip to content

Commit

Permalink
Install metallb for istioctl installs
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole committed Dec 11, 2023
1 parent 272af35 commit 54b05a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ local-cluster-setup: ## Sets up Kind cluster with GatewayAPI manifests and istio
$(MAKE) kind-create-cluster
$(MAKE) namespace
$(MAKE) gateway-api-install
$(MAKE) install-metallb
$(MAKE) istio-install
$(MAKE) install-cert-manager
$(MAKE) deploy-gateway
Expand All @@ -320,6 +321,7 @@ local-env-setup: ## Deploys all services and manifests required by kuadrant to r
test-env-setup: ## Deploys all services and manifests required by kuadrant to run on CI.
$(MAKE) namespace
$(MAKE) gateway-api-install
$(MAKE) install-metallb
$(MAKE) istio-install
$(MAKE) install-cert-manager
$(MAKE) deploy-gateway
Expand Down
2 changes: 0 additions & 2 deletions make/istio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ istioctl-verify-install: istioctl ## Verify istio installation.

.PHONY: sail-install
sail-install: kustomize
$(MAKE) install-metallb
$(KUSTOMIZE) build $(ISTIO_INSTALL_DIR)/sail | kubectl apply -f -
kubectl -n istio-system wait --for=condition=Available deployment istio-operator --timeout=300s
kubectl apply -f $(ISTIO_INSTALL_DIR)/sail/istio.yaml
Expand All @@ -50,7 +49,6 @@ sail-install: kustomize
sail-uninstall: kustomize
kubectl delete -f $(ISTIO_INSTALL_DIR)/sail/istio.yaml
$(KUSTOMIZE) build $(ISTIO_INSTALL_DIR)/sail | kubectl delete -f -
$(MAKE) uninstall-metallb

.PHONY: istio-install
istio-install:
Expand Down

0 comments on commit 54b05a5

Please sign in to comment.