sidero
sidero copied to clipboard
Sidero Metal is a bare metal provisioning system with support for Kubernetes Cluster API.
For Workers, we can use multiple `MachineDeployment` and point to the same CAPI `Cluster`. But what about `TalosControlPlane`? Here we can only specify one `MetalMachineTemplate`, and each one can also...
The returned URL is not accessible, see screenshot. CAPI and sidero metal on latest releases as of today. `sudo tcpdump -i eth0 port 67 or port 68 -e -n -vv`...
I deleted the `Clusters` resource, and expected that: - ✅ all `Serverbindings` were removed - ✅ all `Servers` were marked as `Allocated = false` - ✅ all IPMI capable servers...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.16.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Bumps [github.com/siderolabs/go-procfs](https://github.com/siderolabs/go-procfs) from 0.1.1 to 0.1.2. Release notes Sourced from github.com/siderolabs/go-procfs's releases. v0.1.2 go-procfs 0.1.2 (2023-11-27) Welcome to the v0.1.2 release of go-procfs! Please try out the release binaries and...
I've gone through the bootstrap documentation with the recent set of versions. I'm pretty familiar with the setup and have gotten this to work on previous versions a couple years...
# Problem The goal was to follow these guidelines to create a cluster with both `adm64` VMs and a few `arm64` Raspberry Pi 4s. - https://www.sidero.dev/v0.6/getting-started/ - https://www.sidero.dev/v0.6/guides/rpi4-as-servers/ ## What...
Hi, Whenever I reboot a node which is part of a sidero workload cluster, it pxe boots and gets stuck at the boot prompt. I have to manually log into...
The [documentation](https://github.com/siderolabs/sidero/blob/main/website/content/v0.6/Getting%20Started/expose-services.md) for exposing Sidero services is lacking when not using the default host networking. There is talk about using metallb, but no information on how to get Sidero to...