1
0
mirror of https://github.com/kairos-io/provider-kairos.git synced 2025-05-10 17:37:41 +00:00
🌱 k3s and optional libp2p support for Kairos. Build decentralized cluster with libp2p that stretch across 1000km!
Go to file
Mauro Morales e63b3c81de
🐛 Set iso name for netboot ()
Fixes the current issue on main

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-07-27 18:28:25 +02:00
.github Drop tests and cleanup earthly file () 2023-07-14 12:46:18 +02:00
cli/kairosctl fix: bump go.mod path to v2 () 2023-07-03 21:07:41 +02:00
internal Add golang information to the --version output () 2023-07-19 12:38:53 +03:00
.golangci.yml ⬆️ Bump deps to use kairos-sdk () 2023-03-31 14:31:54 +02:00
.goreleaser.yaml fix: bump go.mod path to v2 () 2023-07-03 21:07:41 +02:00
.yamllint Use re-usable linting workflow () 2023-05-19 18:28:41 +03:00
CORE_VERSION ⬆️ Kairos core image bump () 2023-07-10 09:42:05 +02:00
Earthfile 🐛 Set iso name for netboot () 2023-07-27 18:28:25 +02:00
earthly.sh Update earthly/earthly Docker tag to v0.7.9 () 2023-07-03 21:12:10 +02:00
go.mod Bump kairos version () 2023-07-10 18:10:33 +02:00
go.sum Bump kairos version () 2023-07-10 18:10:33 +02:00
LICENSE Initial commit 2022-08-10 10:13:33 +02:00
main.go fix: bump go.mod path to v2 () 2023-07-03 21:07:41 +02:00
README.md 📖 Update README 2023-02-07 11:57:05 +01:00
releases-arm.json K3s versions bump () 2023-07-03 21:09:39 +02:00
releases.json K3s versions bump () 2023-07-03 21:09:39 +02:00
renovate.json schedule renovate after hours () 2023-07-05 08:22:38 +02:00
repository.yaml Repositories bump () 2023-07-08 17:55:01 +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.