Skip to content

Commit dd9f055

Browse files
committed
updated readme
1 parent 8107fd8 commit dd9f055

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

readme.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,43 @@ This is a fork of MultiJuicer, which is now being rebuilt in order to server Wro
66
Note that we:
77
- have a Webtop integrated
88
- have a WrongSecrets instance integrated
9-
- A working admin interface which can restart both or delete both
9+
- A working admin interface which can restart both or delete both (by deleting the full namespace)
1010
- Do not support any progress watchdog as you will have access to it, we therefore disabled it.
1111

1212

1313
## Special thanks
1414
Special thanks to Madhu Akula, Ben de Haan, and Mike Woudenberg for making this port a reality!
1515

16+
## Status
17+
1618
**This is by no means ready for anything, and work in progress.**
1719

20+
Still want to play? Ok, here we go:
21+
22+
We currently only support minikube and AWS EKS (_**But the latter needs you to understand what to do as the guides section is not updated yet**_).
23+
24+
For minikube, run:
25+
26+
```shell
27+
minikube start
28+
eval $(minikube docker-env)
29+
./build-an-deploy
30+
kubectl port-forward service/wrongsecrets-balancer 3000:3000
31+
```
32+
33+
Then open a browser and go to [localhost:3000](http:localhost:3000) and have fun :D .
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
1846
Original readme:
1947

2048

0 commit comments

Comments
 (0)