mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-09-25 06:24:19 +00:00
📝 Add images links to README
This commit is contained in:
14
README.md
14
README.md
@@ -9,11 +9,21 @@
|
||||
|
||||
This repository generates c3OS images with full-mesh support. full-mesh support currently is available only with k3s, and the provider follows strictly k3s releases.
|
||||
|
||||
To use c3os with mesh support, either download the bootable medium in the releases, or either use c3os light/core with the provider-c3os bundles, during configuratio
|
||||
like so:
|
||||
To use c3os with mesh support, either download the bootable medium in the releases, or either use c3os light/core with the provider-c3os bundles, during configuration like so:
|
||||
```yaml
|
||||
#node-config
|
||||
|
||||
bundles:
|
||||
- ....
|
||||
```
|
||||
|
||||
## Upgrades
|
||||
|
||||
Upgrading can be done either via Kubernetes or manually with `c3os-agent upgrade --image <image>`, or you can list available versions with `c3os-agent upgrade list-releases`.
|
||||
|
||||
Container images available for upgrades are pushed to quay:
|
||||
|
||||
- [OpenSUSE based](https://quay.io/repository/c3os/c3os-opensuse)
|
||||
- [Alpine based](https://quay.io/repository/c3os/c3os-alpine)
|
||||
- [OpenSUSE RaspberryPi 3/4](https://quay.io/repository/c3os/c3os-opensuse-arm-rpi)
|
||||
- [Alpine RaspberryPi 3/4](https://quay.io/repository/c3os/c3os-alpine-arm-rpi)
|
Reference in New Issue
Block a user