📝 Add images links to README

This commit is contained in:
Ettore Di Giacinto
2022-08-19 13:52:18 +00:00
parent 6a17861090
commit f5b87e269d

View File

@@ -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)