You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eru is a stateless, flexible, production-ready cluster scheduler designed to easily integrate into existing workflows. Eru can run any containerized things in long or short time. This project is Eru Core. The Core use for resource allocation and manage containers lifetime.
7
+
Eru is a stateless, flexible, production-ready resource scheduler designed to easily integrate into existing systems.
8
+
9
+
Eru can use multiple engines to run anything for the long or short term.
10
+
11
+
This project is Eru Core. The Core use for resource allocation and manage resource's lifetime.
8
12
9
13
### Testing
10
14
@@ -23,11 +27,10 @@ You can use our [footstone](https://hub.docker.com/r/projecteru2/footstone/) ima
23
27
24
28
#### GRPC
25
29
26
-
Generate golang & python 3 code
30
+
Generate golang grpc definitions.
27
31
28
32
```shell
29
33
go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
30
-
pip install -U grpcio-tools
31
34
make grpc
32
35
```
33
36
@@ -60,7 +63,7 @@ docker run -d \
60
63
61
64
### Build and Deploy by Eru itself
62
65
63
-
After we implemented bootstrap in eru2, now you can build and deploy eru with [cli](https://github.com/projecteru2/cli) tool.
66
+
After we implemented bootstrap in eru, now you can build and deploy eru with [cli](https://github.com/projecteru2/cli) tool.
0 commit comments