sidero
sidero copied to clipboard
Sidero Metal is a bare metal provisioning system with support for Kubernetes Cluster API.
See https://ipxe.org/howto/chainloading#uefi. We should reference this site in the docs too.
Following the [bootstraping](https://www.sidero.dev/docs/v0.2/guides/bootstrapping/), instruction for accessing bootstrapped cluster are missing. How does one access the sidero-metadata server and the sidero-controller-manager from the booted machine ? There are 3 services :...
based on agent's arch; agent is picked up based on iPXE arch
In a follow-up to the #282 feature of standard Label Selectors, we should add the ability for users to specify custom labels which should be automatically applied to Servers which...
``` N clusterctl config provider -i sidero:v0.3.0-alpha.0 Error: failed to apply image overrides: unable to convert unstructured object to apps/v1, Kind=Deployment: unrecognized type: bool ```
I was trying to add my dell machines to a serverclass and I noticed when I run `kubectl get servers` the server information wasn't setup correctly: ``` - apiVersion: metal.sidero.dev/v1alpha1...
 Ditto - this is a BL460c Gen9.
Sidero automatically fast wipes disks. This is all well and good, but there's not really any checks for the integrity of these partition tables. I believe, for example, running `sgdisk...
If Sidero reports the node as allocated/installed to the agent and agent finds Talos installation, it can `kexec` into the installed Talos (by reading GRUB configuration). We can remove PXE...
When agent is done doing its job instead of rebooting use API #611 to watch for changes and restart operations.