HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ralgozino

no profile record

コメント

ralgozino
·2 か月前·議論
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 か月前·議論
> 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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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
·2 年前·議論
Hi there! the links to the roles are giving me a page not found error. I was interested in the infra one, but all the links give the same error.
ralgozino
·3 年前·議論
And it's funny how they always crash in the USA, isn't it?
ralgozino
·3 年前·議論
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.