Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions asciidoc/day2/fleet-os-upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ The OS upgrade on a specific node is handled by a link:https://www.freedesktop.o

A different service is created depending on what type of upgrade the OS requires from one Edge version to another:

* For Edge versions that require the same OS version (e.g. `6.0`), the `os-pkg-update.service` will be created. It uses link:https://kubic.opensuse.org/documentation/man-pages/transactional-update.8.html[transactional-update] to perform a link:https://en.opensuse.org/SDB:Zypper_usage#Updating_packages[normal package upgrade].
* For Edge versions that require the same OS version (e.g. `6.1`), the `os-pkg-update.service` will be created. It uses link:https://kubic.opensuse.org/documentation/man-pages/transactional-update.8.html[transactional-update] to perform a link:https://en.opensuse.org/SDB:Zypper_usage#Updating_packages[normal package upgrade].

* For Edge versions that require an OS version migration (e.g `6.0` -> `6.1`), the `os-migration.service` will be created. It uses link:https://kubic.opensuse.org/documentation/man-pages/transactional-update.8.html[transactional-update] to perform:
* For Edge versions that require an OS version migration (e.g `6.1` -> `6.2`), the `os-migration.service` will be created. It uses link:https://kubic.opensuse.org/documentation/man-pages/transactional-update.8.html[transactional-update] to perform:

.. A link:https://en.opensuse.org/SDB:Zypper_usage#Updating_packages[normal package upgrade] which ensures that all packages are at up-to-date in order to mitigate any failures in the migration related to old package versions.

Expand Down Expand Up @@ -98,7 +98,7 @@ _General:_
+
[IMPORTANT]
====
For Edge releases that require an OS version migration (e.g. `6.0` -> `6.1`), make sure that your SCC key supports the migration to the new version.
For Edge releases that require an OS version migration (e.g. `6.1` -> `6.2`), make sure that your SCC key supports the migration to the new version.
====

. *Make sure that SUC Plan tolerations match node tolerations* - If your Kubernetes cluster nodes have custom *taints*, make sure to add link:https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/[tolerations] for those taints in the *SUC Plans*. By default, *SUC Plans* have tolerations only for *control-plane* nodes. Default tolerations include:
Expand Down
2 changes: 1 addition & 1 deletion asciidoc/edge-book/releasenotes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The following table describes the individual components that make up the 3.5.0 r

|======
| Name | Version | Helm Chart Version | Artifact Location (URL/Image)
| SUSE Linux Micro | 6.1 (latest) | N/A | https://www.suse.com/download/sle-micro/[SUSE Linux Micro Download Page] +
| SUSE Linux Micro | 6.2 (latest) | N/A | https://www.suse.com/download/sle-micro/[SUSE Linux Micro Download Page] +
SL-Micro.x86_64-6.2-Base-SelfInstall-GM.install.iso (sha256 76390cec4537821d90975d924bf9d7575c9912da89fa460383eff0c623fd403e) +
SL-Micro.x86_64-6.2-Base-RT-SelfInstall-GM.install.iso (sha256 8f4d03c6953966174efb4c4b176cbe6dd5cab6e2a406033fc5c2bf6884da8b5d) +
SL-Micro.x86_64-6.2-Base-GM.raw.xz (sha256 bea3ac202b54ee29fabc28568f50c86d34939cf861679f21a91dfbae9c54c92e) +
Expand Down