Leon Löchner
Leon Löchner
A change in boringtun's cli caused the boringtun container to crash. Signed-off-by: leonnicolas
Because the graph handler and `kgctl graph` don't resolve endpoints (eg. dns names from force-endpoint annotation) before building the topology, it is possible that the rendered graph differs from the...
This commit changes all package paths from squat/kilo to kilo-io/kilo and the docker image name from squat/kilo to kiloio/squat. The API name and comments regarding the website kilo.squat.ai are unchanged....
- [ ] NAT to NAT - [ ] Tutorials - [ ] How to connect nodes in two different cloud providers - [ ] Contribution Guide - [x] Building...
Maybe this will prevent Issues like #216. This will probably require an additional annotation of the nodes. If we decide to implement this, maybe we should first move all annotations...
This can be useful for testing go code against the mock server. The mock server could be started in a go test and the tests are not dependant on a...
The functions `GatherAndCompare`, `ScrapeAndCompare` and others that use `compareMetricFamilies` under the hood can return no error if `metricNames` includes none of the names found in the scraped/gathered results. To avoid...
It looks like travis is not running CI for this project anymore. This PR moves the CI to github actions. - use t.Helper() to not get confused with where the...
Propagate a context from the main function to wherever it is needed. Use `github.com/oklog/run` run groups to handle the life cycle of the go routines running the rebooter and metrics...
The flag --min-reboot-period can be used to define the minimal duration between reboots of a node.