Jaka Hudoklin
Jaka Hudoklin
Yes we could joint the effort. I'm working on a new wallet, but currently i just want to update coinpunk to a state where it becomes managable. I will use...
In every opensource project there is usually a LICENSE file with software license copy, like mit. This is standard, and it would be nice to have this file in a...
Thank you for reporting issue. There are issues with e2e tests as kubetnetes module in nixos is having issues. I am planning to replace testing infra with k3s (or probably...
There seems to be permission issues: ``` Failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope ```
Yes, it would be also nice to have backend independent testing abstraction, so you can also run it on local kubernetes outside nix build process, using `nix-shell` or `nix run`...
You basically need to define types using using `customTypes`, currently there is no support for directly loading types from crds. See example here: https://github.com/xtruder/kubenix/blob/master/tests/k8s/crd.nix#L28
Thank you for initial implementation of k3s integration. While the whole k3s/nixos integration is generally good, I think testing framework needs to be replaced. I was thinking to do the...
I am not working on this actively, as I use other tooling for kubernetes deployments currently (pukumi), but I am happy to review and merge if some has interest in...
Yes, I would be very open for that, and I would would be very happy someone continues efforts 🙂 I would be also open to discuss ideas, as I have...
@colemickens I am just using pulumi and mostly using kubernetes operators. I gave up on trying to maintain my own nix based ecosystem, as I don't see that many benefits....