nberlee / talos

Friendly fork for Turing RK1 on Talos
https://www.talos.dev
Mozilla Public License 2.0
61 stars 0 forks source link

Talos Linux

A modern OS for Kubernetes.

Release Pre-release


Friendly fork

This is a friendly fork of siderolabs/talos. It is only here to support SBC Turing RK1. And it will be integrated in some way using community managed SBCs in Talos 1.8? I am still waiting for custom kernel support.

Using this fork

asciicast

Download the latest release on the right

This describes the CLI commands, you may use the Turing PI webgui. Always first unpack the image yourself. Version 2.06 supports xz images, but it is slower.

xz -d metal-turing_rk1-arm64.raw.xz
tpi flash -n <NODENUMBER> -i metal-turing_rk1-arm64.raw
tpi power on -n <NODENUMBER> 

To check bootmessages:

tpi uart -n <NODENUMBER> get

Make sure when you use talosctl apply-config to have in this config:

machine:
  kernel:
    modules:
      - name: rockchip-cpufreq

for an extended installation guide with cilium see issue #1

Updating

Updating can also be done faster using the talosctl upgrade command.

talosctl upgrade -i ghcr.io/nberlee/installer:v1.7.x-rk3588

when adding the -rk3588 to the tag, the rk3588 extension is only needed in the machine-config when also other extensions are defined there. For example the ghcr.io/nberlee/installer:v1.7.1-rk3588 installer image has the rk3588 talos extension included. But its removed when another extension is defined.

Talos

Talos is a modern OS for running Kubernetes: secure, immutable, and minimal. Talos is fully open source, production-ready, and supported by the people at Sidero Labs All system management is done via an API - there is no shell or interactive console. Benefits include:

Documentation

For instructions on deploying and managing Talos, see the Documentation.

Community

If you're interested in this project and would like to help in engineering efforts or have general usage questions, we are happy to have you! We hold a weekly meeting that all audiences are welcome to attend.

We would appreciate your feedback so that we can make Talos even better! To do so, you can take our survey.

Office Hours

You can subscribe to this meeting by joining the community forum above.

Note: You can convert the meeting hours to your local time.

Contributing

Contributions are welcomed and appreciated! See Contributing for our guidelines.

License

GitHub

Some software we distribute is under the General Public License family of licenses or other licenses that require we provide you with the source code. If you would like a copy of the source code for this software, please contact us via email: info at SideroLabs.com.