This website requires JavaScript.
Explore
Help
Sign In
adelorenzo
/
kilo
Watch
1
Star
0
Fork
0
You've already forked kilo
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8c7e58a231
kilo
/
.gitignore
8 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
init
2019-01-18 01:50:10 +00:00
.cache/
.container*
Makefile,Dockerfile: add multi-arch images This commit changes the build-system for Kilo to create container images for multiple architectures. This will enable running Kilo on Arm devices, e.g. Raspberry Pis. This is accomplished using Docker manifests.
2019-05-16 17:07:58 +00:00
.manifest*
init
2019-01-18 01:50:10 +00:00
.push*
bin/
docs,website: add doc for kg This commit adds a doc for `kg`, the Kilo agent that runs on every node in the mesh. This includes: the doc itself, files needed for the website, and tooling to generate the document using `embedmd`. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
2020-09-23 08:54:19 +00:00
tmp/
e2e: reuse kind cluster across suites Currently, each test suite spins up its own kind cluster, which results in longer e2e test times as each test suite needs to wait for the cluster to be ready and for images to download. This commit creates two new virtual test suites that are run before and after the actual e2e tests and are responsible for creating and destroying a kind cluster respectively. Any test suite that needs a fresh cluster can still spin up its own using the `create_cluster` helper in the lib.sh file. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
2021-07-02 12:32:36 +00:00
e2e/kind.yaml
Reference in New Issue
Copy Permalink