HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ralgozino

no profile record

comments

ralgozino
·2 เดือนที่ผ่านมา·discuss
you can reserve node resources for system processes so the pods don't kill the node using some kubelet parameters: https://kubernetes.io/docs/tasks/administer-cluster/reserve-...
ralgozino
·2 เดือนที่ผ่านมา·discuss
> I don't really write any emojis in anything I use a browser for anyways

Proceeds to use an emoji as favicon :D
ralgozino
·4 เดือนที่ผ่านมา·discuss
Ctrl+q in zsh is much better, I don't remember if bash has it.

You write a command, you remember that you need to do something else first, press ctrl+q/the lines gets cleared, write a different command and after you press enter to run it the old command appears again :)
ralgozino
·7 เดือนที่ผ่านมา·discuss
Argentina is a special case.

When inflation is absurdly high like in Argentina, Economy does not make sense any more.

Basic economic assumption are not true and you get things like that or that "spending" is actually "saving".

I don't think it relates.
ralgozino
·7 เดือนที่ผ่านมา·discuss
Do you want to serve already existing files from a directory or just that the backend is a directory on your server?

If the answer is the latter, seaweedfs is an option:

https://github.com/seaweedfs/seaweedfs?tab=readme-ov-file#qu...
ralgozino
·8 เดือนที่ผ่านมา·discuss
I went down this rabbit hole not so long ago too.

There was a discussion open on containerd's GitHub on removing the dependency on the pause image but it has been closed as won't fix: https://github.com/containerd/containerd/issues/10505

Also, if you are using kubeadm to create your cluster, beware that kubeadm may be pre-pulling a different pause image if it does not match your containerd configuration: https://github.com/kubernetes/kubeadm/issues/2020
ralgozino
·10 เดือนที่ผ่านมา·discuss
You seem to be using tip. Switch to using a stable release (1.2 is the latest one) instead if you don't want to be exposed to potential issues.

FWIW I've using tip since the closed beta and never had major issues.
ralgozino
·3 ปีที่แล้ว·discuss
And it's funny how they always crash in the USA, isn't it?
ralgozino
·3 ปีที่แล้ว·discuss
I second multipass, it is pretty cool if your target is Ubuntu. I think it is closer to "Docker for Ubuntu VMs" than Vagrant though.

In the latest releases hey are dropping support for native virtualization on mac and moving to QEMU only. I my experience the QEMU backend has not been as stable as the hyperkit one, but YMMV as usual.