sidero icon indicating copy to clipboard operation
sidero copied to clipboard

Sidero Metal is a bare metal provisioning system with support for Kubernetes Cluster API.

Results 201 sidero issues
Sort by recently updated
recently updated
newest added
trafficstars

I acquired 3x Protectli fw2b and 3x vp2410 devices in hopes to run some amd64 devices that would work better than the Raspberry Pi's (Other issues not relevant for this...

Link from Server Classes guide to patching guide fixed. Signed-off-by: Tim Jones

status/ok-to-test

Some simple docs on adding different `Serverclasses` to a could be really helpful Scenario: - User has two different serverclasses matching different machine architectures - How do add an extra...

documentation

Hello, During my noob experience of configuring, installing and operating Talos I had some challenges. I had to ask my self how would have it been easier? Here is what...

I'm trying to run the following versions and having zero success (previously worked on older version) Clustetctl - v1.1.3 Talosctl - v1.x.x Talos - v1.0.5 Sidero is able to PXE...

Feature Request How are ServerClass qualifiers set? And what are the possible keys? Description Docs currently say "There are currently two keys: cpu, systemInformation" cpu supports at least the fields...

documentation

Inject boot arguments used for the PXE boot environment into the Talos machine config as `.machine.install.extraKernelArgs`.

enhancement

`BootArguments` describes boot environment based on MAC address and architectures. ### BootArguments ```yaml metadata: name: dell-console spec: kernelArguments: - console=ttyS1 ``` ### BootArgumentsQualifiers ```yaml spec: bootstrapArgumentRefs: - name: dell-console qualifiers:...

enhancement

Environment idea is to target the specific Talos version, so it might contain something as simple as: Talos version and arch (default amd64). Every other field might be computed from...

enhancement

Pivoting CAPI management cluster to a self-managed setup is fragile, as upgrading the cluster from itself is not something which works great. Sidero docs should start with a cluster which...