Skip to content

Commit

Permalink
clear cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Liusha-He committed Jul 14, 2024
1 parent e92915e commit 78a0392
Show file tree
Hide file tree
Showing 53 changed files with 848 additions and 1,924 deletions.
19 changes: 3 additions & 16 deletions cluster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,13 @@ SHELL := /bin/sh
flyte:
flytectl sandbox start

seldon:
chmod +x seldon/install.sh
./seldon/install.sh

cert-manager:
chmod +c cert-manager/install.sh
./cert-manager/install.sh

prometheus:
chmod +x prometheus/install.sh
./prometheus/install.sh

grafana:
chmod +x grafana/install.sh
./grafana/install.sh
docker compose up --build -d

run: flyte cert-manager seldon prometheus grafana
run: flyte prometheus
echo "flyte and seldon are set"

down:
flytectl sandbox teardown

.PHONY: mlflow seldon flyte down prometheus grafana run down
.PHONY: flyte down prometheus run
12 changes: 0 additions & 12 deletions cluster/cert-manager/install.sh

This file was deleted.

3 changes: 0 additions & 3 deletions cluster/demo-operator/.dockerignore

This file was deleted.

26 changes: 0 additions & 26 deletions cluster/demo-operator/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions cluster/demo-operator/.golangci.yml

This file was deleted.

27 changes: 0 additions & 27 deletions cluster/demo-operator/Dockerfile

This file was deleted.

179 changes: 0 additions & 179 deletions cluster/demo-operator/Makefile

This file was deleted.

20 changes: 0 additions & 20 deletions cluster/demo-operator/PROJECT

This file was deleted.

Loading

0 comments on commit 78a0392

Please sign in to comment.