File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,43 @@ This is a fork of MultiJuicer, which is now being rebuilt in order to server Wro
6
6
Note that we:
7
7
- have a Webtop integrated
8
8
- 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)
10
10
- Do not support any progress watchdog as you will have access to it, we therefore disabled it.
11
11
12
12
13
13
## Special thanks
14
14
Special thanks to Madhu Akula, Ben de Haan, and Mike Woudenberg for making this port a reality!
15
15
16
+ ## Status
17
+
16
18
** This is by no means ready for anything, and work in progress.**
17
19
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
+
18
46
Original readme:
19
47
20
48
You can’t perform that action at this time.
0 commit comments