🌱 k3s and optional libp2p support for Kairos. Build decentralized cluster with libp2p that stretch across 1000km!
Go to file
Mauro Morales d88983a906
Extract some commands into kairosctl (#310)
This PR extracts the registration command into a `kairos-register`
binary of its own. The old sub command is kept so users can see a
deprecation notice and adapt for a future release when it's removed. The
version number is shared between binaries.

⚠️ I'm not entirely sure about the gorelease, and would benefit
from a couple of extra 👀 on this, thanks!

relates to kairos-io/kairos#1211

---------

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
Signed-off-by: Mauro Morales <contact@mauromorales.com>
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Dimitris Karakasilis <dimitris@karakasilis.me>
Co-authored-by: Itxaka <itxaka.garcia@spectrocloud.com>
Co-authored-by: ci-robbot [bot] <105103991+ci-robbot@users.noreply.github.com>
Co-authored-by: mudler <mudler@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-21 11:04:15 +02:00
.github 🤖 Update k3s PR message 2023-04-20 17:41:21 +02:00
cli/kairosctl Extract some commands into kairosctl (#310) 2023-04-21 11:04:15 +02:00
internal Extract some commands into kairosctl (#310) 2023-04-21 11:04:15 +02:00
tests Extract some commands into kairosctl (#310) 2023-04-21 11:04:15 +02:00
.golangci.yml ⬆️ Bump deps to use kairos-sdk (#299) 2023-03-31 14:31:54 +02:00
.goreleaser.yaml Extract some commands into kairosctl (#310) 2023-04-21 11:04:15 +02:00
.yamllint 🤖 Add SBOM artifacts to pipelines (#256) 2023-03-02 13:50:32 +01:00
CORE_VERSION ⬆️ Kairos core image bump (#349) 2023-04-20 17:32:58 +02:00
Earthfile Extract some commands into kairosctl (#310) 2023-04-21 11:04:15 +02:00
earthly.sh 🤖 Minor CI fixups to release pipelines 2022-08-19 14:10:58 +00:00
go.mod Update github.com/kairos-io/kairos/v2 digest to 744c85b (#350) 2023-04-20 16:53:29 +02:00
go.sum Update github.com/kairos-io/kairos/v2 digest to 744c85b (#350) 2023-04-20 16:53:29 +02:00
LICENSE Initial commit 2022-08-10 10:13:33 +02:00
main.go ⬆️ Bump deps to use kairos-sdk (#299) 2023-03-31 14:31:54 +02:00
README.md 📖 Update README 2023-02-07 11:57:05 +01:00
releases-arm.json K3s versions bump (#352) 2023-04-20 17:42:28 +02:00
releases.json K3s versions bump (#352) 2023-04-20 17:42:28 +02:00
renovate.json Add renovate.json 2022-10-29 00:45:38 +00:00
repository.yaml Repositories bump (#347) 2023-04-18 23:44:06 +02:00


kairos-white-column 5bc2fe34
Kairos standard provider

Kairos standard provider

license docs go report card

With Kairos you can build immutable, bootable Kubernetes and OS images for your edge devices as easily as writing a Dockerfile. Optional P2P mesh with distributed ledger automates node bootstrapping and coordination. Updating nodes is as easy as CI/CD: push a new image to your container registry and let secure, risk-free A/B atomic upgrades do the rest.

Documentation

Contribute

📚 Getting started with Kairos
💡 Examples
🎥 Video
👐Engage with the Community

🙌 CONTRIBUTING.md
🙋 GOVERNANCE
👷Code of conduct

Provider kairos

This repository generates Kairos images with full-mesh support. full-mesh support currently is available only with k3s, and the provider follows strictly k3s releases.

To use Kairos with mesh support, either download the bootable medium in the releases.

Follow up the examples in our documentation on how to get started:

Upgrades

Upgrading can be done either via Kubernetes or manually with kairos-agent upgrade --image <image>, or you can list available versions with kairos-agent upgrade list-releases.

Container images available for upgrades are pushed to quay, you can check out the image matrix in our documentation.