| 19 Oct 2022 |
roshan | byteio.in š· | im curious to knwo can i directly point my fastAppImage in kubenetes withour docker registry | 09:37:05 |
roshan | byteio.in š· | * im curious to knwo can i directly point my fastAppImage in kubenetes without docker registry | 09:37:19 |
@v:meowy.tech | hmm, good question. I've only really recently started messing with this stuff myself as well. So I don't really know, you could maybe ask in #cloud-native:nixos.org | 09:38:12 |
roshan | byteio.in š· | i'm a student,nix flake and colmena tool saved my money on buying docker registry service š„° | 09:40:25 |
@v:meowy.tech | You can also just host a docker-registry locally, that is what I do | 09:40:57 |
roshan | byteio.in š· | really ? i didn't know that. let me search | 09:42:37 |
@v:meowy.tech | here is how I set mine up in nix: https://github.com/NULLx76/infrastructure/blob/main/nixos/hosts/hades/docker-registry/configuration.nix#L16 | 09:43:21 |
roshan | byteio.in š· | vā: now i understood you are managing your ifra with kube + docker images and colmena only for local deployment. am i correct ? | 09:53:37 |
Wanja Hentze | Hey, I'm facing an issue with the (experimental) streaming evaluator:
when evaluation fails, it loudly and redly prints an error message, but returns with exit code 0 | 14:53:44 |
Wanja Hentze | Is this a known issue? I tried the github search but didn't find anything. | 14:54:29 |
Wanja Hentze | non-streaming evaluation returns a nonzero exit status as expected | 14:57:38 |
Wanja Hentze | I have opened https://github.com/zhaofengli/colmena/issues/122 to track this | 15:32:49 |
| 20 Oct 2022 |
Wanja Hentze | amazing turnaround time as usual ā¤ļø thanks so much Zhaofeng Li ! | 08:40:47 |
garionion | hey, this might be the wrong channe (please tell me if so). i want to switch another of my server configs over to colmena (instead of nixops), but i need to have an overlay, which as of now lives in a git submodule. however, the flake (->colmena) does not like this and does not find the files placed in this submodule. and i am not experienced enough to know how to properly import this and especially export the overlay itself | 09:08:26 |
garionion | also, there are not only pkgs in the submodule, but also config files and modules | 09:12:30 |