Results 226 comments of Florian Klink

I don't think python 2 support is something that'll come for poetry2nix.

Sorry, I couldn't get back to this earlier. In the meantime the repo I was trying to package this from switched to importing `poetry2nix` directly, and @zimbatm did beat me...

@jakubgs `/run/current-system` isn't available in the Nix sandbox (which is why the makefile fails to create directories there). In general, I'd discourage from poking around in that place at runtime....

I'm not using nut-scanner, but I asked in https://github.com/NixOS/nixpkgs/issues/91730#issuecomment-1217545432 (downstream issue) for feedback.

It's already possible to pass DNS names at `connection.*` in `cluster.upstreams[]` in the config. What if dshackle would simply (periodically, according to TTL) resolve that name, and in case multiple...

Edit: `Service.Spec.LoadBalancerIP` is still single-stacked right now (so we could only set this for ipv{4,6}-only services). Not sure if the behaviour for dual-stacked services is defined. https://github.com/kubernetes/enhancements/pull/1992 tracks the addition...

I assume for now people will need to define one service with `.spec.ipFamilies = ["IPv4"]` and one with `.spec.ipFamilies = ["IPv6"]`.

Yes, the KEP seems to be stalled. Thanks for your follow-up question there! > I think that the simplest first step here is to support either ipv6 or ipv4 in...

So, it seems the error from CI: > fatal: [upward-hare-restund-1]: FAILED! => {"after": ["3B4FE6ACC0B21F32", "D94AA3F0EFE21092", "871920D1991BC93C"], "before": ["3B4FE6ACC0B21F32", "D94AA3F0EFE21092", "871920D1991BC93C"], "changed": true, "fp": "FD591E349AA74E75", "id": "FD591E349AA74E75", "key_id": "FD591E349AA74E75", "msg": "apt-key...

Now CI is sucessfully bootstrapping the cluster, but failing here: ``` TASK [kubernetes-apps/ansible : Kubernetes Apps | Register coredns deployment annotation `createdby`] *** skipping: [known-dogfish-kubenode-1] skipping: [known-dogfish-kubenode-2] fatal: [known-dogfish-kubenode-0]: FAILED!...