From f5b87e269d411d4e68a44e7daa5b7abc31a300ec Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 19 Aug 2022 13:52:18 +0000 Subject: [PATCH] :memo: Add images links to README --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44a76a2..a8801c6 100644 --- a/README.md +++ b/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: - .... -``` \ No newline at end of file +``` + +## Upgrades + +Upgrading can be done either via Kubernetes or manually with `c3os-agent upgrade --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) \ No newline at end of file