Thomas Deutsch
Thomas Deutsch
still thinks this is a good idea... how about you @geerlingguy
And here are the attachments, sorry. [esx1_gathering_facts.txt](https://github.com/fboender/ansible-cmdb/files/14372981/esx1_gathering_facts.txt) [esx1_setup.txt](https://github.com/fboender/ansible-cmdb/files/14372982/esx1_setup.txt) [esx1_summary.txt](https://github.com/fboender/ansible-cmdb/files/14372983/esx1_summary.txt) [esx1_vsphere.txt](https://github.com/fboender/ansible-cmdb/files/14372985/esx1_vsphere.txt)
> Had the same issue here on an M1 Mac. `uninstall` and then `install` again fixed it for me (`reinstall` didn't). Same problem here, but on an Intel Mac. `uninstall`...
should this be fixed now with https://github.com/siderolabs/sbc-raspberrypi/pull/7 and is this merge already released?
> I just want to report that it works. All three cm4 modules on my tp2 are up and running. @torvitas Would you mind to quickly share how you did...
Not sure if I ran into the same error. I tried to set up Talos on a CM4 in my TuringPi2. v1.6.1 arm64 is working, but it seems like v1.6.2...
I found another (?) issue, please let me know if I shall explain the details here, or open a new issue for it. Neither Talos 1.5.5 nor Talos 1.6.1 are...
I can confirm the issue. When using `docker.io/headscale/headscale:0.23.0-alpha10-debug` with default config, Headscale can not download the derp map from Tailscale: ``` headscale | 2024-05-15T09:50:31Z ERR Could not load DERP map...
I do have another false positive, which I was able to commit using @onedr0p's `--no-verify` hint: ```yaml --- apiVersion: v1 kind: Secret type: kubernetes.io/service-account-token metadata: name: kube-vip namespace: kube-system annotations:...
@Eric-Fontana-Indico Looks like you are using k3s. You have different possibilities to create the resources in K3S: - Put your YAML in`/var/lib/rancher/k3s/server/manifests/` on the host for auto-deployment - Use the...