hvolpers
hvolpers
I ran into the same issue. In ChatGPT answering with "continue" is a valid workaround, I assume this is the same issue. Perhaps asking the API to continue would be...
I'm trying the same. I'm running talos with openebs, defined a dedicated nic as described above but a dd /dev/zero test shows, that the max speed I get is a...
It is bound to the network. However, running ``` dd if=/dev/zero of=/volume/testfile bs=1M count=1024 conv=fdatasync,notrunc ``` inside the pod when the pod is running on the same node as the...
me, too - adding additional "default" dns servers fixed the issue for me.
@fonzdm Login to Netbird console with administrative rights, go to dns -> nameservers and select a public one, e.g. cloudflare, assign it to all (or a specific group) without defining...
Hi, this is not a headscale but a tailscale (a.k.a. client) topic. The MSI installation of tailscale is a good starting point (asuming you have windows clients): https://tailscale.com/kb/1189/install-windows-msi You can...
Hi, you cannot set the ip address, but request it using annotations ``` apiVersion: v1 kind: Service metadata: name: nginx annotations: metallb.io/loadBalancerIPs: 192.168.0.14 spec: ports: - port: 80 targetPort: 80...