Manuel Buil

Results 154 comments of Manuel Buil

That change looks good. Given that the buffer will not get superbig, I think this approach makes more sense. Thanks @ahmetb

@allnightlong could you run the following commands: 1 - Install wireguard-tools and then execute `sudo wg` in the node where dnsutils is running 2 - Search for the IP of...

Great that you found the problem! Thanks for taking the effort > My expectations were, that connectivity should be established only between any agent node and server node. And `k3s`...

> I don't think this will break anything? Might make startup a small bit slower I guess. I don't think so either > 3\. Were we just doing this because...

By reading my issue https://github.com/k3s-io/k3s/issues/6177, I can confirm that we decided to set them as part of the cloud provider so that they are ready before flanneld is started

In the release, right? https://github.com/rancher/system-upgrade-controller/releases/download/v0.16.2/system-upgrade-controller-amd64.tar ``` manuel@localhost:~> docker load -i /home/manuel/Downloads/system-upgrade-controller-amd64.tar 8b6272acc1bb: Loading layer [==================================================>] 50.65MB/50.65MB a69fc3c61fd8: Loading layer [==================================================>] 864.8kB/864.8kB Loaded image: rancher/system-upgrade-controller:v0.16.2 Loaded image: rancher/system-upgrade-controller:latest manuel@localhost:~> docker image...

Yeah, we were wondering with Derek also why it was not as compressed as other image tarballs (e.g. rke2). The whole story is that I was surprised to see that...

Maybe creating a dummy interface fulfills your use case and works?

> Can you add this test to the CI matrix https://github.com/k3s-io/k3s/blob/master/.github/workflows/integration.yaml#L41 The problem is that it requires dualStack to be available... :(

Can you check `sudo ls /var/lib/cni/networks/cbr0`? I suspect that directory is full of files with the different IPs. You can remove the ones that are not used anymore. Either containerd...