Max Gautier

Results 816 comments of Max Gautier

Hum, I wonder if we could leverage server-side apply to handle "taints we don't manage" 🤔

The answer to this last question is "not yet" kubernetes/kubernetes#117142

/hold I need to think a bit more about that server-side apply stuff

@ant31 From the prometheus it seems there is about 2TB of storage on each node, is that right ? I guess we could put a minio using the local-provisioner and...

stub-resolv.conf use systemd-resolved stub resolver in `nameserver` (which listen on 127.0.0.53), while resolv.conf point use the upstream dns servers specified the systemd-resolved configuration ``` # This is /run/systemd/resolve/resolv.conf managed by...

On our clusters, we're currently evaluating having not passing at all the host resolv.conf to the kubelet, and relying on nodelocaldns only. (Because we got bitten by applications relying on...

> So ? why not create always a pod-resolv.conf that is used by kubelet and forget about host resolv? That would break resolvconf_mode: host, I think. In particular, pods relying...

/remove-lifecycle rotten I need to get back to this (discussion kinda drifted here... )