Jaka Hudoklin

Results 107 comments of Jaka Hudoklin

Okay will take a look into that. Just to let you know, `kubenix` is in a progress of major refactoring, that will implement all ideas and fix all issues we...

I'm making a package for linux distribution, more precisely nixos (it is standard that if we can test a package, package is tested after build phase). I tried both the...

I run it from root of the tree and i get this error. How could i debug this any further? On Fri, Sep 20, 2013 at 8:19 PM, Hong Minhee...

And yes, i'm using python 2.7 On Fri, Sep 20, 2013 at 11:41 PM, Jaka Hudoklin [email protected]: > I run it from root of the tree and i get this...

Okay here is the whole backtrace: ``` ============================= test session starts ============================== platform linux2 -- Python 2.7.5 -- pytest-2.3.5 -- /nix/store/1i5rd0mp4x57gzjii9z2pg3mjgzj95q6-python-2.7.5/bin/python2.7 collecting ... collected 0 items / 1 errors ====================================...

Okay i think i now see the problem too, looks like not all files are included in pypi archive. For now i will just switch to git as a source,...

Did you add `VOLUME /nix` to your `Dockerfile`, like it's done here https://github.com/xtruder/nix-devcontainer/blob/main/.devcontainer/Dockerfile#L3? I should probably mention it in `README` or include it into base `Dockerfile`. Most likely the reason...

I can't say, I don't use it currently, but maybe others find it useful. I don't like some parts of how nix is building docker images, as it's too magic....

The issue seems to be that apiservice is still present, after doing `kubectl delete apiservices.apiregistration.k8s.io v1.packages.operators.coreos.com` namespace is successfully deleted. This resource should be deleted by operator itself. I tried...

If you have sufficiently powerful orchestration for kubernetes, you can split packageserver clusterserviceversion from deployment and make it so it is removed before operator is removed. This is a workaround,...