| 18 Jun 2021 |
andi- | I wanted to use it for the NixOS VM test a year ago when it was merged into the kernel but that daemon requirement was a show stopper :/ | 18:32:50 |
Mic92 (Old) | In reply to @rager:synapse.lickmy.app oh shoot... so it's a thing - cgroups v2 unified format is mucking up all us container users? K8s has an option to fix that | 18:33:15 |
Mic92 (Old) | In reply to @andi:kack.it I wanted to use it for the NixOS VM test a year ago when it was merged into the kernel but that daemon requirement was a show stopper :/ It should not be impossible support. Upstream probably would accept PRs for that. I put this on my to-do list. I know fuse quite a bit | 18:34:34 |
Arian | I have a Kubernetes module in my personal repo that uses cri-o and puts Kubelet in systemd Cgroup mode. It works fine with cgroups v2 | 18:35:43 |
Arian | But yeh by default Kubernetes still defaults to cgroupfs and docker and that will definitely not work | 18:35:59 |
Arian | The docker driver is practically deprecated so idk if it will ever support it. We should perhaps move the default CRI driver in nixos to cri-o | 18:36:39 |
Arian | I don't have enough time to turn this into a proper PR atm | 18:37:14 |
colemickens | Are there any k8s installs in the wild that default to cri-o that aren't administered by RH/IBM? | 18:54:22 |
| 21 Jun 2021 |
David Arnold (blaggacao) | https://thenewstack.io/krustlet-brings-webassembly-to-kubernetes-with-a-rust-based-kubelet/ | 12:12:49 |
colemickens | lol the new stack loves writing up that teams projects | 21:12:32 |
colemickens | helm portier, drown myself in fucking yaml | 21:12:51 |
colemickens | anyway | 21:12:55 |
colemickens | Oracle Cloud is quite the peach. I'm logged into my Oracle account and was logged into my Oracle Cloud account yesterday, today, it just seems to be bugged, as if their SSO is down or some such. | 21:13:25 |
colemickens | btw Mic92 if you put anything special in your kexec payload for your ARM oracle cloud instance, I'd love to see it | 21:14:06 |
colemickens | * ~~Oracle Cloud is quite the peach. I'm logged into my Oracle account and was logged into my Oracle Cloud account yesterday, today, it just seems to be bugged, as if their SSO is down or some such.~~ (privacy badger is aggressive!) | 23:33:09 |
colemickens | * Oracle Cloud is quite the peach. I'm logged into my Oracle account and was logged into my Oracle Cloud account yesterday, today, it just seems to be bugged, as if their SSO is down or some such. (privacy badger is aggressive!) | 23:33:20 |
hexa | what clever provided just works | 23:33:35 |
hexa | https://github.com/cleverca22/nix-tests/blob/master/kexec/session.md | 23:33:57 |
hexa | colemickens 🏳️🌈: ^ | 23:34:02 |
colemickens | okay cool, I was afraid maybe the arm hardware would need some patches or boot args or something | 23:34:34 |
hexa | fwiw: disable their cloud agent | 23:37:07 |
hexa | I had the machine reboot on me after 10 mins | 23:37:14 |
hexa | could've been because it actually started with agent | 23:37:32 |
| 22 Jun 2021 |
Mic92 (Old) | hexa: the kexec image is doing the reboot, not the agent. | 04:23:57 |
hexa | In reply to @joerg:bethselamin.de hexa: the kexec image is doing the reboot, not the agent. Heh, i mean it rebooted on me after having kexecd Info the ramdisk | 07:26:27 |
hexa | I wiped the Disks and suddenly the Machines was gone, stuck in its uefi | 07:27:22 |
Mic92 (Old) | In reply to @hexa:lossy.network Heh, i mean it rebooted on me after having kexecd Info the ramdisk Any other special configuration you did apply? I want to add one aarch64 builder to nix community? | 07:29:24 |
hexa | I had booted a nixos oci Image before that | 07:30:21 |
hexa | https://github.com/NixOS/nixpkgs/pull/119856 | 07:33:43 |
| 23 Jun 2021 |
Mic92 (Old) | In reply to @hexa:lossy.network I had booted a nixos oci Image before that So the OCI image did not work for you? I was hoping to use this instead of kexec. | 17:05:32 |