Skip to content

Commit

Permalink
removed unused leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed May 15, 2024
1 parent 96b3660 commit 12ed734
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 261 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ prepare-local-cluster: $(KIND) ## Deploy locally kuadrant operator from the curr

.PHONY: env-setup
env-setup:
$(MAKE) olm-install
$(MAKE) gateway-api-install
$(MAKE) istio-install
$(MAKE) deploy-gateway

## local-setup: Sets up Kind cluster with GatewayAPI manifests and istio GW, nothing Kuadrant. Build and install kuadrantctl binary
.PHONY: local-setup
Expand Down
19 changes: 0 additions & 19 deletions config/gateway-api/gateway/gateway.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions config/gateway-api/gateway/kustomization.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions make/gateway-api.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
##@ Gateway API resources

.PHONY: deploy-gateway
deploy-gateway: kustomize ## Deploy Gateway API gateway
$(KUSTOMIZE) build config/gateway-api/gateway | kubectl apply -f -

.PHONY: gateway-api-install
gateway-api-install: kustomize ## Install Gateway API CRDs
$(KUSTOMIZE) build config/gateway-api | kubectl apply -f -
25 changes: 0 additions & 25 deletions make/istio.mk

This file was deleted.

5 changes: 0 additions & 5 deletions make/olm.mk

This file was deleted.

147 changes: 0 additions & 147 deletions pkg/utils/k8s_utils.go

This file was deleted.

53 changes: 0 additions & 53 deletions utils/istio-operator.yaml

This file was deleted.

0 comments on commit 12ed734

Please sign in to comment.