Adrian Mouat
Adrian Mouat
When installing using the quick-install method, any k8s distribution based on containerd will not be able to pull images from the nodes. This is because the way certificates for registries...
The main use case for trow is running *inside* a cluster. Therefore it will often work alongside other registries, such as a public registry like Docker Hub & Quay or...
This is a fraught topic that other registries have struggled with. It's important to get right. What happens at the minute with regards to deletion isn't correct, but was done...
Looking at how to merge changes from @awoimbee https://github.com/Extrality/trow/ At the moment this PR is just so I can see the changes and start refactoring into something that could be...
One of the first goals of Trow was to become a production version of [ImageWolf](https://github.com/ContainerSolutions/ImageWolf). ImageWolf used bittorrent to rapidly move images onto nodes. Since then we have had [Kraken](https://github.com/uber/kraken)...
With Trow moving to use Rocket 0.5, the way configuration is handled has changed. Rocket now uses the much more flexible figment system: https://docs.rs/figment/0.10.6/figment/index.html. We can really clean up a...
Currently the YAML file for the quick install templates out the namespace with {{namespace}}. Before applying the YAML, the template is replaced using a simple sed call. This is fine,...
I've played around with this a bit, but our Docker builds are still pretty slow, especially in GitHub actions. BuildKit has some nice features that we might be able to...
To compete with other solutions we really need a GUI. It should - display the images the user has access to and various stats - support various admin tasks such...
Try installing Trow on windows using WSL, minikube and the quick install. I think it will fail due to routing issues, but these should be resolvable (e.g. with hostctl suggestion...