1
0
mirror of https://github.com/kairos-io/provider-kairos.git synced 2025-05-09 17:07:42 +00:00
🌱 k3s and optional libp2p support for Kairos. Build decentralized cluster with libp2p that stretch across 1000km!
Go to file
ci-robbot [bot] e52838be44 ⬆️ Kairos core image bump ()
Update of the Kairos core image tag

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: mudler <mudler@users.noreply.github.com>
2023-04-21 16:51:55 +02:00
.github 🤖 Update k3s PR message 2023-04-20 17:41:21 +02:00
internal ⬆️ Bump rc () 2023-04-07 14:44:01 +02:00
tests Update tests to use os-release with kairos prefix () 2023-04-20 09:55:18 +00:00
.golangci.yml ⬆️ Bump deps to use kairos-sdk () 2023-03-31 14:31:54 +02:00
.goreleaser.yaml 🤖 Add version to goreleaser () 2023-04-05 13:43:13 +02:00
.yamllint 🤖 Add SBOM artifacts to pipelines () 2023-03-02 13:50:32 +01:00
CORE_VERSION ⬆️ Kairos core image bump () 2023-04-21 16:51:55 +02:00
Earthfile 🤖 Release arm64 generic artifacts () 2023-04-18 11:53:36 +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 () 2023-04-20 16:53:29 +02:00
go.sum Update github.com/kairos-io/kairos/v2 digest to 744c85b () 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 () 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 () 2023-04-20 17:42:28 +02:00
releases.json K3s versions bump () 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 () 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.